const github.com/gotd/td/tg.JSONBoolTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L146: const JSONBoolTypeID = 0xc7345e6a
tl_json_value_gen.go#L192: return JSONBoolTypeID
tl_json_value_gen.go#L204: ID: JSONBoolTypeID,
tl_json_value_gen.go#L224: b.PutID(JSONBoolTypeID)
tl_json_value_gen.go#L242: if err := b.ConsumeID(JSONBoolTypeID); err != nil {
tl_json_value_gen.go#L904: case JSONBoolTypeID:
tl_registry_gen.go#L918: JSONBoolTypeID: "jsonBool#c7345e6a",
tl_registry_gen.go#L2700: "jsonBool": JSONBoolTypeID,
tl_registry_gen.go#L4482: JSONBoolTypeID: func() bin.Object { return &JSONBool{} },
tl_registry_gen.go#L5976: JSONBoolTypeID,
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. |