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

12 uses

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