const github.com/gotd/td/tg.ChannelsToggleParticipantsHiddenRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_channels_toggle_participants_hidden_gen.go#L52: const ChannelsToggleParticipantsHiddenRequestTypeID = 0x6a6e7854
tl_channels_toggle_participants_hidden_gen.go#L98: return ChannelsToggleParticipantsHiddenRequestTypeID
tl_channels_toggle_participants_hidden_gen.go#L110: ID: ChannelsToggleParticipantsHiddenRequestTypeID,
tl_channels_toggle_participants_hidden_gen.go#L134: b.PutID(ChannelsToggleParticipantsHiddenRequestTypeID)
tl_channels_toggle_participants_hidden_gen.go#L158: if err := b.ConsumeID(ChannelsToggleParticipantsHiddenRequestTypeID); err != nil {
tl_registry_gen.go#L1671: ChannelsToggleParticipantsHiddenRequestTypeID: "channels.toggleParticipantsHidden#6a6e7854",
tl_registry_gen.go#L3453: "channels.toggleParticipantsHidden": ChannelsToggleParticipantsHiddenRequestTypeID,
tl_registry_gen.go#L5235: ChannelsToggleParticipantsHiddenRequestTypeID: func() bin.Object { return &ChannelsToggleParticipantsHiddenRequest{} },
tl_server_gen.go#L7774: s.handlers[ChannelsToggleParticipantsHiddenRequestTypeID] = 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. |