const github.com/gotd/td/tg.ChannelsSetDiscussionGroupRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_channels_set_discussion_group_gen.go#L52: const ChannelsSetDiscussionGroupRequestTypeID = 0x40582bb2
tl_channels_set_discussion_group_gen.go#L98: return ChannelsSetDiscussionGroupRequestTypeID
tl_channels_set_discussion_group_gen.go#L110: ID: ChannelsSetDiscussionGroupRequestTypeID,
tl_channels_set_discussion_group_gen.go#L134: b.PutID(ChannelsSetDiscussionGroupRequestTypeID)
tl_channels_set_discussion_group_gen.go#L163: if err := b.ConsumeID(ChannelsSetDiscussionGroupRequestTypeID); err != nil {
tl_registry_gen.go#L1646: ChannelsSetDiscussionGroupRequestTypeID: "channels.setDiscussionGroup#40582bb2",
tl_registry_gen.go#L3428: "channels.setDiscussionGroup": ChannelsSetDiscussionGroupRequestTypeID,
tl_registry_gen.go#L5210: ChannelsSetDiscussionGroupRequestTypeID: func() bin.Object { return &ChannelsSetDiscussionGroupRequest{} },
tl_server_gen.go#L7325: s.handlers[ChannelsSetDiscussionGroupRequestTypeID] = handler
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. |