github.com/gotd/td/tg.ContactsContacts.Contacts (field)
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_contacts_gen.go#L142: Contacts []Contact
tl_contacts_contacts_gen.go#L169: if !(c.Contacts == nil) {
tl_contacts_contacts_gen.go#L197: c.Contacts = from.GetContacts()
tl_contacts_contacts_gen.go#L255: b.PutVectorHeader(len(c.Contacts))
tl_contacts_contacts_gen.go#L256: for idx, v := range c.Contacts {
tl_contacts_contacts_gen.go#L297: c.Contacts = make([]Contact, 0, headerLen%bin.PreallocateLimit)
tl_contacts_contacts_gen.go#L304: c.Contacts = append(c.Contacts, value)
tl_contacts_contacts_gen.go#L339: return c.Contacts
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. |