const github.com/gotd/td/tg.JSONArrayTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L551: const JSONArrayTypeID = 0xf7444763
tl_json_value_gen.go#L597: return JSONArrayTypeID
tl_json_value_gen.go#L609: ID: JSONArrayTypeID,
tl_json_value_gen.go#L629: b.PutID(JSONArrayTypeID)
tl_json_value_gen.go#L655: if err := b.ConsumeID(JSONArrayTypeID); err != nil {
tl_json_value_gen.go#L925: case JSONArrayTypeID:
tl_registry_gen.go#L921: JSONArrayTypeID: "jsonArray#f7444763",
tl_registry_gen.go#L2703: "jsonArray": JSONArrayTypeID,
tl_registry_gen.go#L4485: JSONArrayTypeID: func() bin.Object { return &JSONArray{} },
tl_registry_gen.go#L5979: JSONArrayTypeID,
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. |