Interface ChatActionUploadingVideoNote

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

interface ChatActionUploadingVideoNote {
    @type: "chatActionUploadingVideoNote";
    progress: number;
}

Properties

Properties

@type: "chatActionUploadingVideoNote"
progress: number

Upload progress, as a percentage.