Interface GetContacts

Returns all contacts of the user. Request type for Tdjson#getContacts.

interface GetContacts {
    @type: "getContacts";
}

Properties

Properties

@type: "getContacts"