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

12 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_slices_gen.go#L120: func (s BotCommandScopeClassArray) AsBotCommandScopePeer() (to BotCommandScopePeerArray) {
		tl_bot_command_scope_slices_gen.go#L159: type BotCommandScopePeerArray []BotCommandScopePeer
		tl_bot_command_scope_slices_gen.go#L162: func (s BotCommandScopePeerArray) Sort(less func(a, b BotCommandScopePeer) bool) BotCommandScopePeerArray {
		tl_bot_command_scope_slices_gen.go#L170: func (s BotCommandScopePeerArray) SortStable(less func(a, b BotCommandScopePeer) bool) BotCommandScopePeerArray {
		tl_bot_command_scope_slices_gen.go#L178: func (s BotCommandScopePeerArray) Retain(keep func(x BotCommandScopePeer) bool) BotCommandScopePeerArray {
		tl_bot_command_scope_slices_gen.go#L192: func (s BotCommandScopePeerArray) First() (v BotCommandScopePeer, ok bool) {
		tl_bot_command_scope_slices_gen.go#L200: func (s BotCommandScopePeerArray) Last() (v BotCommandScopePeer, ok bool) {
		tl_bot_command_scope_slices_gen.go#L208: func (s *BotCommandScopePeerArray) PopFirst() (v BotCommandScopePeer, ok bool) {
		tl_bot_command_scope_slices_gen.go#L227: func (s *BotCommandScopePeerArray) Pop() (v BotCommandScopePeer, ok bool) {