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

36 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_gen.go#L45: func (b BotCommandScopeDefault) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L54: 	_ BotCommandScopeClass = &BotCommandScopeDefault{}
		tl_bot_command_scope_gen.go#L147: func (b BotCommandScopeUsers) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L156: 	_ BotCommandScopeClass = &BotCommandScopeUsers{}
		tl_bot_command_scope_gen.go#L252: func (b BotCommandScopeChats) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L261: 	_ BotCommandScopeClass = &BotCommandScopeChats{}
		tl_bot_command_scope_gen.go#L358: func (b BotCommandScopeChatAdmins) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L367: 	_ BotCommandScopeClass = &BotCommandScopeChatAdmins{}
		tl_bot_command_scope_gen.go#L462: func (b BotCommandScopePeer) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L471: 	_ BotCommandScopeClass = &BotCommandScopePeer{}
		tl_bot_command_scope_gen.go#L606: func (b BotCommandScopePeerAdmins) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L615: 	_ BotCommandScopeClass = &BotCommandScopePeerAdmins{}
		tl_bot_command_scope_gen.go#L752: func (b BotCommandScopePeerUser) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L761: 	_ BotCommandScopeClass = &BotCommandScopePeerUser{}
		tl_bot_command_scope_gen.go#L932: type BotCommandScopeClass interface {
		tl_bot_command_scope_gen.go#L937: 	construct() BotCommandScopeClass
		tl_bot_command_scope_gen.go#L952: func DecodeBotCommandScope(buf *bin.Buffer) (BotCommandScopeClass, error) {
		tl_bot_command_scope_gen.go#L1014: 	BotCommandScope BotCommandScopeClass
		tl_bot_command_scope_slices_gen.go#L38: type BotCommandScopeClassArray []BotCommandScopeClass
		tl_bot_command_scope_slices_gen.go#L41: func (s BotCommandScopeClassArray) Sort(less func(a, b BotCommandScopeClass) bool) BotCommandScopeClassArray {
		tl_bot_command_scope_slices_gen.go#L49: func (s BotCommandScopeClassArray) SortStable(less func(a, b BotCommandScopeClass) bool) BotCommandScopeClassArray {
		tl_bot_command_scope_slices_gen.go#L57: func (s BotCommandScopeClassArray) Retain(keep func(x BotCommandScopeClass) bool) BotCommandScopeClassArray {
		tl_bot_command_scope_slices_gen.go#L71: func (s BotCommandScopeClassArray) First() (v BotCommandScopeClass, ok bool) {
		tl_bot_command_scope_slices_gen.go#L79: func (s BotCommandScopeClassArray) Last() (v BotCommandScopeClass, ok bool) {
		tl_bot_command_scope_slices_gen.go#L87: func (s *BotCommandScopeClassArray) PopFirst() (v BotCommandScopeClass, ok bool) {
		tl_bot_command_scope_slices_gen.go#L97: 	var zero BotCommandScopeClass
		tl_bot_command_scope_slices_gen.go#L106: func (s *BotCommandScopeClassArray) Pop() (v BotCommandScopeClass, ok bool) {
		tl_bots_get_bot_commands_gen.go#L40: 	Scope BotCommandScopeClass
		tl_bots_get_bot_commands_gen.go#L81: 	GetScope() (value BotCommandScopeClass)
		tl_bots_get_bot_commands_gen.go#L181: func (g *BotsGetBotCommandsRequest) GetScope() (value BotCommandScopeClass) {
		tl_bots_reset_bot_commands_gen.go#L40: 	Scope BotCommandScopeClass
		tl_bots_reset_bot_commands_gen.go#L81: 	GetScope() (value BotCommandScopeClass)
		tl_bots_reset_bot_commands_gen.go#L181: func (r *BotsResetBotCommandsRequest) GetScope() (value BotCommandScopeClass) {
		tl_bots_set_bot_commands_gen.go#L40: 	Scope BotCommandScopeClass
		tl_bots_set_bot_commands_gen.go#L86: 	GetScope() (value BotCommandScopeClass)
		tl_bots_set_bot_commands_gen.go#L215: func (s *BotsSetBotCommandsRequest) GetScope() (value BotCommandScopeClass) {