Interface ChatActionTyping

Describes the different types of activity in a chat. Subtype of ChatAction.

interface ChatActionTyping {
    @type: "chatActionTyping";
}

Properties

Properties

@type: "chatActionTyping"