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#L905: case JSONNullTypeID:
tl_registry_gen.go#L1052: JSONNullTypeID: "jsonNull#3f6d7b68",
tl_registry_gen.go#L3480: "jsonNull": JSONNullTypeID,
tl_registry_gen.go#L5908: JSONNullTypeID: func() bin.Object { return &JSONNull{} },
tl_registry_gen.go#L8049: JSONNullTypeID,
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |