const github.com/gotd/td/tg.JSONObjectValueTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_json_object_value_gen.go#L46: const JSONObjectValueTypeID = 0xc0de1bd9
tl_json_object_value_gen.go#L92: return JSONObjectValueTypeID
tl_json_object_value_gen.go#L104: ID: JSONObjectValueTypeID,
tl_json_object_value_gen.go#L128: b.PutID(JSONObjectValueTypeID)
tl_json_object_value_gen.go#L152: if err := b.ConsumeID(JSONObjectValueTypeID); err != nil {
tl_registry_gen.go#L916: JSONObjectValueTypeID: "jsonObjectValue#c0de1bd9",
tl_registry_gen.go#L2698: "jsonObjectValue": JSONObjectValueTypeID,
tl_registry_gen.go#L4480: JSONObjectValueTypeID: func() bin.Object { return &JSONObjectValue{} },
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. |