type github.com/gotd/td/tg.ContactsTopPeersClassArray
12 uses
github.com/gotd/td/tg (current package)
tl_contacts_top_peers_slices_gen.go#L38: type ContactsTopPeersClassArray []ContactsTopPeersClass
tl_contacts_top_peers_slices_gen.go#L41: func (s ContactsTopPeersClassArray) Sort(less func(a, b ContactsTopPeersClass) bool) ContactsTopPeersClassArray {
tl_contacts_top_peers_slices_gen.go#L49: func (s ContactsTopPeersClassArray) SortStable(less func(a, b ContactsTopPeersClass) bool) ContactsTopPeersClassArray {
tl_contacts_top_peers_slices_gen.go#L57: func (s ContactsTopPeersClassArray) Retain(keep func(x ContactsTopPeersClass) bool) ContactsTopPeersClassArray {
tl_contacts_top_peers_slices_gen.go#L71: func (s ContactsTopPeersClassArray) First() (v ContactsTopPeersClass, ok bool) {
tl_contacts_top_peers_slices_gen.go#L79: func (s ContactsTopPeersClassArray) Last() (v ContactsTopPeersClass, ok bool) {
tl_contacts_top_peers_slices_gen.go#L87: func (s *ContactsTopPeersClassArray) PopFirst() (v ContactsTopPeersClass, ok bool) {
tl_contacts_top_peers_slices_gen.go#L106: func (s *ContactsTopPeersClassArray) Pop() (v ContactsTopPeersClass, ok bool) {
tl_contacts_top_peers_slices_gen.go#L120: func (s ContactsTopPeersClassArray) AsContactsTopPeers() (to ContactsTopPeersArray) {
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. |