Interface ChatActionChoosingContact

The user is picking a contact to send. Subtype of ChatAction.

interface ChatActionChoosingContact {
    @type: "chatActionChoosingContact";
}

Properties

Properties

@type: "chatActionChoosingContact"