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

19 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_gen.go#L38: type BotCommandScopeDefault struct {
		tl_bot_command_scope_gen.go#L45: func (b BotCommandScopeDefault) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L49: 	_ bin.Encoder     = &BotCommandScopeDefault{}
		tl_bot_command_scope_gen.go#L50: 	_ bin.Decoder     = &BotCommandScopeDefault{}
		tl_bot_command_scope_gen.go#L51: 	_ bin.BareEncoder = &BotCommandScopeDefault{}
		tl_bot_command_scope_gen.go#L52: 	_ bin.BareDecoder = &BotCommandScopeDefault{}
		tl_bot_command_scope_gen.go#L54: 	_ BotCommandScopeClass = &BotCommandScopeDefault{}
		tl_bot_command_scope_gen.go#L57: func (b *BotCommandScopeDefault) Zero() bool {
		tl_bot_command_scope_gen.go#L66: func (b *BotCommandScopeDefault) String() string {
		tl_bot_command_scope_gen.go#L70: 	type Alias BotCommandScopeDefault
		tl_bot_command_scope_gen.go#L77: func (*BotCommandScopeDefault) TypeID() uint32 {
		tl_bot_command_scope_gen.go#L82: func (*BotCommandScopeDefault) TypeName() string {
		tl_bot_command_scope_gen.go#L87: func (b *BotCommandScopeDefault) TypeInfo() tdp.Type {
		tl_bot_command_scope_gen.go#L101: func (b *BotCommandScopeDefault) Encode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L110: func (b *BotCommandScopeDefault) EncodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L118: func (b *BotCommandScopeDefault) Decode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L129: func (b *BotCommandScopeDefault) DecodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L960: 		v := BotCommandScopeDefault{}
		tl_registry_gen.go#L4616: 		BotCommandScopeDefaultTypeID:                                            func() bin.Object { return &BotCommandScopeDefault{} },