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

19 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_gen.go#L140: type BotCommandScopeUsers struct {
		tl_bot_command_scope_gen.go#L147: func (b BotCommandScopeUsers) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L151: 	_ bin.Encoder     = &BotCommandScopeUsers{}
		tl_bot_command_scope_gen.go#L152: 	_ bin.Decoder     = &BotCommandScopeUsers{}
		tl_bot_command_scope_gen.go#L153: 	_ bin.BareEncoder = &BotCommandScopeUsers{}
		tl_bot_command_scope_gen.go#L154: 	_ bin.BareDecoder = &BotCommandScopeUsers{}
		tl_bot_command_scope_gen.go#L156: 	_ BotCommandScopeClass = &BotCommandScopeUsers{}
		tl_bot_command_scope_gen.go#L159: func (b *BotCommandScopeUsers) Zero() bool {
		tl_bot_command_scope_gen.go#L168: func (b *BotCommandScopeUsers) String() string {
		tl_bot_command_scope_gen.go#L172: 	type Alias BotCommandScopeUsers
		tl_bot_command_scope_gen.go#L179: func (*BotCommandScopeUsers) TypeID() uint32 {
		tl_bot_command_scope_gen.go#L184: func (*BotCommandScopeUsers) TypeName() string {
		tl_bot_command_scope_gen.go#L189: func (b *BotCommandScopeUsers) TypeInfo() tdp.Type {
		tl_bot_command_scope_gen.go#L203: func (b *BotCommandScopeUsers) Encode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L212: func (b *BotCommandScopeUsers) EncodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L220: func (b *BotCommandScopeUsers) Decode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L231: func (b *BotCommandScopeUsers) DecodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L967: 		v := BotCommandScopeUsers{}
		tl_registry_gen.go#L4617: 		BotCommandScopeUsersTypeID:                                              func() bin.Object { return &BotCommandScopeUsers{} },