contacts.importedContacts
Info on successfully imported contacts.
type tg.ContactsImportedContacts struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Imported | []ImportedContact | yes | List of successfully imported contacts |
PopularInvites | []PopularContact | yes | Popular contacts |
RetryContacts | []int64 | yes | List of contact ids that could not be imported due to system limitation and will need to be imported at a later date. |
Users | []UserClass | yes | List of users |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
contacts.importedContacts#77d01c3b