const github.com/gotd/td/tg.JSONStringTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L416: const JSONStringTypeID = 0xb71e767a
tl_json_value_gen.go#L462: return JSONStringTypeID
tl_json_value_gen.go#L474: ID: JSONStringTypeID,
tl_json_value_gen.go#L494: b.PutID(JSONStringTypeID)
tl_json_value_gen.go#L512: if err := b.ConsumeID(JSONStringTypeID); err != nil {
tl_json_value_gen.go#L918: case JSONStringTypeID:
tl_registry_gen.go#L920: JSONStringTypeID: "jsonString#b71e767a",
tl_registry_gen.go#L2702: "jsonString": JSONStringTypeID,
tl_registry_gen.go#L4484: JSONStringTypeID: func() bin.Object { return &JSONString{} },
tl_registry_gen.go#L5978: JSONStringTypeID,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |