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

14 uses

	github.com/gotd/td/tg (current package)
		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#L106: func (s *BotCommandScopeClassArray) Pop() (v BotCommandScopeClass, ok bool) {
		tl_bot_command_scope_slices_gen.go#L120: func (s BotCommandScopeClassArray) AsBotCommandScopePeer() (to BotCommandScopePeerArray) {
		tl_bot_command_scope_slices_gen.go#L133: func (s BotCommandScopeClassArray) AsBotCommandScopePeerAdmins() (to BotCommandScopePeerAdminsArray) {
		tl_bot_command_scope_slices_gen.go#L146: func (s BotCommandScopeClassArray) AsBotCommandScopePeerUser() (to BotCommandScopePeerUserArray) {