const github.com/gotd/td/tg.JSONNumberTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L281: const JSONNumberTypeID = 0x2be0dfa4
tl_json_value_gen.go#L327: return JSONNumberTypeID
tl_json_value_gen.go#L339: ID: JSONNumberTypeID,
tl_json_value_gen.go#L359: b.PutID(JSONNumberTypeID)
tl_json_value_gen.go#L377: if err := b.ConsumeID(JSONNumberTypeID); err != nil {
tl_json_value_gen.go#L911: case JSONNumberTypeID:
tl_registry_gen.go#L919: JSONNumberTypeID: "jsonNumber#2be0dfa4",
tl_registry_gen.go#L2701: "jsonNumber": JSONNumberTypeID,
tl_registry_gen.go#L4483: JSONNumberTypeID: func() bin.Object { return &JSONNumber{} },
tl_registry_gen.go#L5977: JSONNumberTypeID,
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. |