const github.com/gotd/td/tg.LongTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_long_gen.go#L41: const LongTypeID = 0x22076cba
tl_long_gen.go#L72: return LongTypeID
tl_long_gen.go#L84: ID: LongTypeID,
tl_long_gen.go#L99: b.PutID(LongTypeID)
tl_long_gen.go#L116: if err := b.ConsumeID(LongTypeID); err != nil {
tl_registry_gen.go#L1804: LongTypeID: "long#22076cba",
tl_registry_gen.go#L3586: "long": LongTypeID,
tl_registry_gen.go#L5368: LongTypeID: func() bin.Object { return &Long{} },
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. |