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

12 uses

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