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

12 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_slices_gen.go#L133: func (s BotCommandScopeClassArray) AsBotCommandScopePeerAdmins() (to BotCommandScopePeerAdminsArray) {
		tl_bot_command_scope_slices_gen.go#L241: type BotCommandScopePeerAdminsArray []BotCommandScopePeerAdmins
		tl_bot_command_scope_slices_gen.go#L244: func (s BotCommandScopePeerAdminsArray) Sort(less func(a, b BotCommandScopePeerAdmins) bool) BotCommandScopePeerAdminsArray {
		tl_bot_command_scope_slices_gen.go#L252: func (s BotCommandScopePeerAdminsArray) SortStable(less func(a, b BotCommandScopePeerAdmins) bool) BotCommandScopePeerAdminsArray {
		tl_bot_command_scope_slices_gen.go#L260: func (s BotCommandScopePeerAdminsArray) Retain(keep func(x BotCommandScopePeerAdmins) bool) BotCommandScopePeerAdminsArray {
		tl_bot_command_scope_slices_gen.go#L274: func (s BotCommandScopePeerAdminsArray) First() (v BotCommandScopePeerAdmins, ok bool) {
		tl_bot_command_scope_slices_gen.go#L282: func (s BotCommandScopePeerAdminsArray) Last() (v BotCommandScopePeerAdmins, ok bool) {
		tl_bot_command_scope_slices_gen.go#L290: func (s *BotCommandScopePeerAdminsArray) PopFirst() (v BotCommandScopePeerAdmins, ok bool) {
		tl_bot_command_scope_slices_gen.go#L309: func (s *BotCommandScopePeerAdminsArray) Pop() (v BotCommandScopePeerAdmins, ok bool) {