const github.com/gotd/td/tg.JSONObjectTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L709: const JSONObjectTypeID = 0x99c1d49d
tl_json_value_gen.go#L755: return JSONObjectTypeID
tl_json_value_gen.go#L767: ID: JSONObjectTypeID,
tl_json_value_gen.go#L787: b.PutID(JSONObjectTypeID)
tl_json_value_gen.go#L810: if err := b.ConsumeID(JSONObjectTypeID); err != nil {
tl_json_value_gen.go#L932: case JSONObjectTypeID:
tl_registry_gen.go#L922: JSONObjectTypeID: "jsonObject#99c1d49d",
tl_registry_gen.go#L2704: "jsonObject": JSONObjectTypeID,
tl_registry_gen.go#L4486: JSONObjectTypeID: func() bin.Object { return &JSONObject{} },
tl_registry_gen.go#L5980: JSONObjectTypeID,
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. |