type github.com/gotd/td/tg.ContactsContactsArray
12 uses
github.com/gotd/td/tg (current package)
tl_contacts_contacts_slices_gen.go#L120: func (s ContactsContactsClassArray) AsContactsContacts() (to ContactsContactsArray) {
tl_contacts_contacts_slices_gen.go#L188: type ContactsContactsArray []ContactsContacts
tl_contacts_contacts_slices_gen.go#L191: func (s ContactsContactsArray) Sort(less func(a, b ContactsContacts) bool) ContactsContactsArray {
tl_contacts_contacts_slices_gen.go#L199: func (s ContactsContactsArray) SortStable(less func(a, b ContactsContacts) bool) ContactsContactsArray {
tl_contacts_contacts_slices_gen.go#L207: func (s ContactsContactsArray) Retain(keep func(x ContactsContacts) bool) ContactsContactsArray {
tl_contacts_contacts_slices_gen.go#L221: func (s ContactsContactsArray) First() (v ContactsContacts, ok bool) {
tl_contacts_contacts_slices_gen.go#L229: func (s ContactsContactsArray) Last() (v ContactsContacts, ok bool) {
tl_contacts_contacts_slices_gen.go#L237: func (s *ContactsContactsArray) PopFirst() (v ContactsContacts, ok bool) {
tl_contacts_contacts_slices_gen.go#L256: func (s *ContactsContactsArray) Pop() (v ContactsContacts, 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. |