Raw.contacts.ImportedContacts
Info on successfully imported contacts.
contacts.importedContacts#77d01c3b imported:Vector<ImportedContact> popular_invites:Vector<PopularContact> retry_contacts:Vector<long> users:Vector<User> = contacts.ImportedContacts;
export namespace Raw {
export namespace contacts {
export class ImportedContacts {
constructor(params: {
imported: Array<Raw.TypeImportedContact>;
popularInvites: Array<Raw.TypePopularContact>;
retryContacts: Array<bigint>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x77d01c3b
Property
imported
: Array of Raw.TypeImportedContactList of successfully imported contacts
popularInvites
: Array of Raw.TypePopularContactPopular contacts
retryContacts
: Array of bigintList of contact ids that could not be imported due to system limitation and will need to be imported at a later date.
users
: Array of Raw.TypeUserList of users