Raw.contacts.Contacts

Raw.contacts.Contacts

The current user’s contact list and info on users.

contacts.contacts#eae87e42 contacts:Vector<Contact> saved_count:int users:Vector<User> = contacts.Contacts;
export namespace Raw {
  export namespace contacts {
    export class Contacts {
      constructor(params: {
        contacts: Array<Raw.TypeContact>;
        savedCount: number;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xeae87e42

Property