const github.com/gotd/td/tg.ChannelsEditAdminRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_channels_edit_admin_gen.go#L56: const ChannelsEditAdminRequestTypeID = 0xd33c8902
tl_channels_edit_admin_gen.go#L112: return ChannelsEditAdminRequestTypeID
tl_channels_edit_admin_gen.go#L124: ID: ChannelsEditAdminRequestTypeID,
tl_channels_edit_admin_gen.go#L156: b.PutID(ChannelsEditAdminRequestTypeID)
tl_channels_edit_admin_gen.go#L189: if err := b.ConsumeID(ChannelsEditAdminRequestTypeID); err != nil {
tl_registry_gen.go#L1626: ChannelsEditAdminRequestTypeID: "channels.editAdmin#d33c8902",
tl_registry_gen.go#L3408: "channels.editAdmin": ChannelsEditAdminRequestTypeID,
tl_registry_gen.go#L5190: ChannelsEditAdminRequestTypeID: func() bin.Object { return &ChannelsEditAdminRequest{} },
tl_server_gen.go#L6965: s.handlers[ChannelsEditAdminRequestTypeID] = 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. |