Interface ChatActionRecordingVideoNote

The user is recording a video note. Subtype of ChatAction.

interface ChatActionRecordingVideoNote {
    @type: "chatActionRecordingVideoNote";
}

Properties

Properties

@type: "chatActionRecordingVideoNote"