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

19 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_gen.go#L245: type BotCommandScopeChats struct {
		tl_bot_command_scope_gen.go#L252: func (b BotCommandScopeChats) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L256: 	_ bin.Encoder     = &BotCommandScopeChats{}
		tl_bot_command_scope_gen.go#L257: 	_ bin.Decoder     = &BotCommandScopeChats{}
		tl_bot_command_scope_gen.go#L258: 	_ bin.BareEncoder = &BotCommandScopeChats{}
		tl_bot_command_scope_gen.go#L259: 	_ bin.BareDecoder = &BotCommandScopeChats{}
		tl_bot_command_scope_gen.go#L261: 	_ BotCommandScopeClass = &BotCommandScopeChats{}
		tl_bot_command_scope_gen.go#L264: func (b *BotCommandScopeChats) Zero() bool {
		tl_bot_command_scope_gen.go#L273: func (b *BotCommandScopeChats) String() string {
		tl_bot_command_scope_gen.go#L277: 	type Alias BotCommandScopeChats
		tl_bot_command_scope_gen.go#L284: func (*BotCommandScopeChats) TypeID() uint32 {
		tl_bot_command_scope_gen.go#L289: func (*BotCommandScopeChats) TypeName() string {
		tl_bot_command_scope_gen.go#L294: func (b *BotCommandScopeChats) TypeInfo() tdp.Type {
		tl_bot_command_scope_gen.go#L308: func (b *BotCommandScopeChats) Encode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L317: func (b *BotCommandScopeChats) EncodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L325: func (b *BotCommandScopeChats) Decode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L336: func (b *BotCommandScopeChats) DecodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L974: 		v := BotCommandScopeChats{}
		tl_registry_gen.go#L4618: 		BotCommandScopeChatsTypeID:                                              func() bin.Object { return &BotCommandScopeChats{} },