Interface ChatActionCancel

The user has canceled the previous action. Subtype of ChatAction.

interface ChatActionCancel {
    @type: "chatActionCancel";
}

Properties

Properties

@type: "chatActionCancel"