type github.com/gotd/td/tg.BotCommandScopeChatAdmins

19 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_gen.go#L351: type BotCommandScopeChatAdmins struct {
		tl_bot_command_scope_gen.go#L358: func (b BotCommandScopeChatAdmins) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L362: 	_ bin.Encoder     = &BotCommandScopeChatAdmins{}
		tl_bot_command_scope_gen.go#L363: 	_ bin.Decoder     = &BotCommandScopeChatAdmins{}
		tl_bot_command_scope_gen.go#L364: 	_ bin.BareEncoder = &BotCommandScopeChatAdmins{}
		tl_bot_command_scope_gen.go#L365: 	_ bin.BareDecoder = &BotCommandScopeChatAdmins{}
		tl_bot_command_scope_gen.go#L367: 	_ BotCommandScopeClass = &BotCommandScopeChatAdmins{}
		tl_bot_command_scope_gen.go#L370: func (b *BotCommandScopeChatAdmins) Zero() bool {
		tl_bot_command_scope_gen.go#L379: func (b *BotCommandScopeChatAdmins) String() string {
		tl_bot_command_scope_gen.go#L383: 	type Alias BotCommandScopeChatAdmins
		tl_bot_command_scope_gen.go#L390: func (*BotCommandScopeChatAdmins) TypeID() uint32 {
		tl_bot_command_scope_gen.go#L395: func (*BotCommandScopeChatAdmins) TypeName() string {
		tl_bot_command_scope_gen.go#L400: func (b *BotCommandScopeChatAdmins) TypeInfo() tdp.Type {
		tl_bot_command_scope_gen.go#L414: func (b *BotCommandScopeChatAdmins) Encode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L423: func (b *BotCommandScopeChatAdmins) EncodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L431: func (b *BotCommandScopeChatAdmins) Decode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L442: func (b *BotCommandScopeChatAdmins) DecodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L981: 		v := BotCommandScopeChatAdmins{}
		tl_registry_gen.go#L4619: 		BotCommandScopeChatAdminsTypeID:                                         func() bin.Object { return &BotCommandScopeChatAdmins{} },