Interface ChatActionChoosingSticker

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

interface ChatActionChoosingSticker {
    @type: "chatActionChoosingSticker";
}

Properties

Properties

@type: "chatActionChoosingSticker"