const github.com/gotd/td/tg.ChannelTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1177: const ChannelTypeID = 0xaadfc8f
tl_chat_gen.go#L1463: return ChannelTypeID
tl_chat_gen.go#L1475: ID: ChannelTypeID,
tl_chat_gen.go#L1799: b.PutID(ChannelTypeID)
tl_chat_gen.go#L1896: if err := b.ConsumeID(ChannelTypeID); err != nil {
tl_chat_gen.go#L3413: case ChannelTypeID:
tl_registry_gen.go#L119: ChannelTypeID: "channel#aadfc8f",
tl_registry_gen.go#L1901: "channel": ChannelTypeID,
tl_registry_gen.go#L3683: ChannelTypeID: func() bin.Object { return &Channel{} },
tl_registry_gen.go#L5582: ChannelTypeID,
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. |