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

13 uses

	github.com/gotd/td/tg (current package)
		tl_notify_peer_slices_gen.go#L38: type NotifyPeerClassArray []NotifyPeerClass
		tl_notify_peer_slices_gen.go#L41: func (s NotifyPeerClassArray) Sort(less func(a, b NotifyPeerClass) bool) NotifyPeerClassArray {
		tl_notify_peer_slices_gen.go#L49: func (s NotifyPeerClassArray) SortStable(less func(a, b NotifyPeerClass) bool) NotifyPeerClassArray {
		tl_notify_peer_slices_gen.go#L57: func (s NotifyPeerClassArray) Retain(keep func(x NotifyPeerClass) bool) NotifyPeerClassArray {
		tl_notify_peer_slices_gen.go#L71: func (s NotifyPeerClassArray) First() (v NotifyPeerClass, ok bool) {
		tl_notify_peer_slices_gen.go#L79: func (s NotifyPeerClassArray) Last() (v NotifyPeerClass, ok bool) {
		tl_notify_peer_slices_gen.go#L87: func (s *NotifyPeerClassArray) PopFirst() (v NotifyPeerClass, ok bool) {
		tl_notify_peer_slices_gen.go#L106: func (s *NotifyPeerClassArray) Pop() (v NotifyPeerClass, ok bool) {
		tl_notify_peer_slices_gen.go#L120: func (s NotifyPeerClassArray) AsNotifyPeer() (to NotifyPeerArray) {
		tl_notify_peer_slices_gen.go#L133: func (s NotifyPeerClassArray) AsNotifyForumTopic() (to NotifyForumTopicArray) {