const github.com/gotd/td/tg.JSONNullTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L42: const JSONNullTypeID = 0x3f6d7b68
tl_json_value_gen.go#L78: return JSONNullTypeID
tl_json_value_gen.go#L90: ID: JSONNullTypeID,
tl_json_value_gen.go#L105: b.PutID(JSONNullTypeID)
tl_json_value_gen.go#L122: if err := b.ConsumeID(JSONNullTypeID); err != nil {
tl_json_value_gen.go#L897: case JSONNullTypeID:
tl_registry_gen.go#L917: JSONNullTypeID: "jsonNull#3f6d7b68",
tl_registry_gen.go#L2699: "jsonNull": JSONNullTypeID,
tl_registry_gen.go#L4481: JSONNullTypeID: func() bin.Object { return &JSONNull{} },
tl_registry_gen.go#L5975: JSONNullTypeID,
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. |