const github.com/gotd/td/tg.ChannelsCreateChannelRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_channels_create_channel_gen.go#L99: const ChannelsCreateChannelRequestTypeID = 0x91006707
tl_channels_create_channel_gen.go#L192: return ChannelsCreateChannelRequestTypeID
tl_channels_create_channel_gen.go#L204: ID: ChannelsCreateChannelRequestTypeID,
tl_channels_create_channel_gen.go#L288: b.PutID(ChannelsCreateChannelRequestTypeID)
tl_channels_create_channel_gen.go#L325: if err := b.ConsumeID(ChannelsCreateChannelRequestTypeID); err != nil {
tl_registry_gen.go#L1625: ChannelsCreateChannelRequestTypeID: "channels.createChannel#91006707",
tl_registry_gen.go#L3407: "channels.createChannel": ChannelsCreateChannelRequestTypeID,
tl_registry_gen.go#L5189: ChannelsCreateChannelRequestTypeID: func() bin.Object { return &ChannelsCreateChannelRequest{} },
tl_server_gen.go#L6948: s.handlers[ChannelsCreateChannelRequestTypeID] = 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. |