Interface ChatActionRecordingVideo

The user is recording a video. Subtype of ChatAction.

interface ChatActionRecordingVideo {
    @type: "chatActionRecordingVideo";
}

Properties

Properties

@type: "chatActionRecordingVideo"