const github.com/gotd/td/tg.NullTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_null_gen.go#L42: const NullTypeID = 0x56730bcc
tl_null_gen.go#L73: return NullTypeID
tl_null_gen.go#L85: ID: NullTypeID,
tl_null_gen.go#L100: b.PutID(NullTypeID)
tl_null_gen.go#L117: if err := b.ConsumeID(NullTypeID); err != nil {
tl_registry_gen.go#L44: NullTypeID: "null#56730bcc",
tl_registry_gen.go#L1826: "null": NullTypeID,
tl_registry_gen.go#L3608: NullTypeID: func() bin.Object { return &Null{} },
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. |