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#L146: type InputNotifyPeerArray []InputNotifyPeer
		tl_input_notify_peer_slices_gen.go#L149: func (s InputNotifyPeerArray) Sort(less func(a, b InputNotifyPeer) bool) InputNotifyPeerArray {
		tl_input_notify_peer_slices_gen.go#L157: func (s InputNotifyPeerArray) SortStable(less func(a, b InputNotifyPeer) bool) InputNotifyPeerArray {
		tl_input_notify_peer_slices_gen.go#L165: func (s InputNotifyPeerArray) Retain(keep func(x InputNotifyPeer) bool) InputNotifyPeerArray {
		tl_input_notify_peer_slices_gen.go#L179: func (s InputNotifyPeerArray) First() (v InputNotifyPeer, ok bool) {
		tl_input_notify_peer_slices_gen.go#L187: func (s InputNotifyPeerArray) Last() (v InputNotifyPeer, ok bool) {
		tl_input_notify_peer_slices_gen.go#L195: func (s *InputNotifyPeerArray) PopFirst() (v InputNotifyPeer, ok bool) {
		tl_input_notify_peer_slices_gen.go#L214: func (s *InputNotifyPeerArray) Pop() (v InputNotifyPeer, ok bool) {