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

12 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_slices_gen.go#L146: func (s BotCommandScopeClassArray) AsBotCommandScopePeerUser() (to BotCommandScopePeerUserArray) {
		tl_bot_command_scope_slices_gen.go#L323: type BotCommandScopePeerUserArray []BotCommandScopePeerUser
		tl_bot_command_scope_slices_gen.go#L326: func (s BotCommandScopePeerUserArray) Sort(less func(a, b BotCommandScopePeerUser) bool) BotCommandScopePeerUserArray {
		tl_bot_command_scope_slices_gen.go#L334: func (s BotCommandScopePeerUserArray) SortStable(less func(a, b BotCommandScopePeerUser) bool) BotCommandScopePeerUserArray {
		tl_bot_command_scope_slices_gen.go#L342: func (s BotCommandScopePeerUserArray) Retain(keep func(x BotCommandScopePeerUser) bool) BotCommandScopePeerUserArray {
		tl_bot_command_scope_slices_gen.go#L356: func (s BotCommandScopePeerUserArray) First() (v BotCommandScopePeerUser, ok bool) {
		tl_bot_command_scope_slices_gen.go#L364: func (s BotCommandScopePeerUserArray) Last() (v BotCommandScopePeerUser, ok bool) {
		tl_bot_command_scope_slices_gen.go#L372: func (s *BotCommandScopePeerUserArray) PopFirst() (v BotCommandScopePeerUser, ok bool) {
		tl_bot_command_scope_slices_gen.go#L391: func (s *BotCommandScopePeerUserArray) Pop() (v BotCommandScopePeerUser, ok bool) {