const github.com/gotd/td/tg.ChannelForbiddenTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L2803: const ChannelForbiddenTypeID = 0x17d493d5
tl_chat_gen.go#L2880: return ChannelForbiddenTypeID
tl_chat_gen.go#L2892: ID: ChannelForbiddenTypeID,
tl_chat_gen.go#L2948: b.PutID(ChannelForbiddenTypeID)
tl_chat_gen.go#L2975: if err := b.ConsumeID(ChannelForbiddenTypeID); err != nil {
tl_chat_gen.go#L3420: case ChannelForbiddenTypeID:
tl_registry_gen.go#L120: ChannelForbiddenTypeID: "channelForbidden#17d493d5",
tl_registry_gen.go#L1902: "channelForbidden": ChannelForbiddenTypeID,
tl_registry_gen.go#L3684: ChannelForbiddenTypeID: func() bin.Object { return &ChannelForbidden{} },
tl_registry_gen.go#L5583: ChannelForbiddenTypeID,
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. |