github.com/gotd/td/tg.ContactsImportContactsRequest.Contacts (field)
11 uses
github.com/gotd/td/tg (current package)
tl_contacts_import_contacts_gen.go#L46: Contacts []InputPhoneContact
tl_contacts_import_contacts_gen.go#L64: if !(i.Contacts == nil) {
tl_contacts_import_contacts_gen.go#L84: i.Contacts = from.GetContacts()
tl_contacts_import_contacts_gen.go#L132: b.PutVectorHeader(len(i.Contacts))
tl_contacts_import_contacts_gen.go#L133: for idx, v := range i.Contacts {
tl_contacts_import_contacts_gen.go#L164: i.Contacts = make([]InputPhoneContact, 0, headerLen%bin.PreallocateLimit)
tl_contacts_import_contacts_gen.go#L171: i.Contacts = append(i.Contacts, value)
tl_contacts_import_contacts_gen.go#L182: return i.Contacts
tl_contacts_import_contacts_gen.go#L199: Contacts: contacts,
tl_server_gen.go#L2307: response, err := f(ctx, request.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. |