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

12 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_top_peers_slices_gen.go#L120: func (s ContactsTopPeersClassArray) AsContactsTopPeers() (to ContactsTopPeersArray) {
		tl_contacts_top_peers_slices_gen.go#L133: type ContactsTopPeersArray []ContactsTopPeers
		tl_contacts_top_peers_slices_gen.go#L136: func (s ContactsTopPeersArray) Sort(less func(a, b ContactsTopPeers) bool) ContactsTopPeersArray {
		tl_contacts_top_peers_slices_gen.go#L144: func (s ContactsTopPeersArray) SortStable(less func(a, b ContactsTopPeers) bool) ContactsTopPeersArray {
		tl_contacts_top_peers_slices_gen.go#L152: func (s ContactsTopPeersArray) Retain(keep func(x ContactsTopPeers) bool) ContactsTopPeersArray {
		tl_contacts_top_peers_slices_gen.go#L166: func (s ContactsTopPeersArray) First() (v ContactsTopPeers, ok bool) {
		tl_contacts_top_peers_slices_gen.go#L174: func (s ContactsTopPeersArray) Last() (v ContactsTopPeers, ok bool) {
		tl_contacts_top_peers_slices_gen.go#L182: func (s *ContactsTopPeersArray) PopFirst() (v ContactsTopPeers, ok bool) {
		tl_contacts_top_peers_slices_gen.go#L201: func (s *ContactsTopPeersArray) Pop() (v ContactsTopPeers, ok bool) {