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

12 uses

	github.com/gotd/td/tg (current package)
		tl_notify_peer_slices_gen.go#L120: func (s NotifyPeerClassArray) AsNotifyPeer() (to NotifyPeerArray) {
		tl_notify_peer_slices_gen.go#L146: type NotifyPeerArray []NotifyPeer
		tl_notify_peer_slices_gen.go#L149: func (s NotifyPeerArray) Sort(less func(a, b NotifyPeer) bool) NotifyPeerArray {
		tl_notify_peer_slices_gen.go#L157: func (s NotifyPeerArray) SortStable(less func(a, b NotifyPeer) bool) NotifyPeerArray {
		tl_notify_peer_slices_gen.go#L165: func (s NotifyPeerArray) Retain(keep func(x NotifyPeer) bool) NotifyPeerArray {
		tl_notify_peer_slices_gen.go#L179: func (s NotifyPeerArray) First() (v NotifyPeer, ok bool) {
		tl_notify_peer_slices_gen.go#L187: func (s NotifyPeerArray) Last() (v NotifyPeer, ok bool) {
		tl_notify_peer_slices_gen.go#L195: func (s *NotifyPeerArray) PopFirst() (v NotifyPeer, ok bool) {
		tl_notify_peer_slices_gen.go#L214: func (s *NotifyPeerArray) Pop() (v NotifyPeer, ok bool) {