The current user's contact list and info on users.
contacts.contacts#eae87e42 contacts:Vector<Contact> saved_count:int users:Vector<User> = contacts.Contacts;
Name | Type | Description |
---|---|---|
contacts | Vector<Contact> | Contact list |
saved_count | int | Number of contacts that were saved successfully |
users | Vector<User> | User list |