github.com/gotd/td/tg.ContactsImportedContacts.Imported (field)
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_imported_contacts_gen.go#L40: Imported []ImportedContact
tl_contacts_imported_contacts_gen.go#L65: if !(i.Imported == nil) {
tl_contacts_imported_contacts_gen.go#L97: i.Imported = from.GetImported()
tl_contacts_imported_contacts_gen.go#L160: b.PutVectorHeader(len(i.Imported))
tl_contacts_imported_contacts_gen.go#L161: for idx, v := range i.Imported {
tl_contacts_imported_contacts_gen.go#L211: i.Imported = make([]ImportedContact, 0, headerLen%bin.PreallocateLimit)
tl_contacts_imported_contacts_gen.go#L218: i.Imported = append(i.Imported, value)
tl_contacts_imported_contacts_gen.go#L280: return i.Imported
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. |