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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |