Interface ChatActionBarAddContact

The chat is a private or secret chat and the other user can be added to the contact list using the method addContact. Subtype of ChatActionBar.

interface ChatActionBarAddContact {
    @type: "chatActionBarAddContact";
}

Properties

Properties

@type: "chatActionBarAddContact"