Interface ChatActionUploadingVideo

The user is uploading a video. Subtype of ChatAction.

interface ChatActionUploadingVideo {
    @type: "chatActionUploadingVideo";
    progress: number;
}

Properties

Properties

@type: "chatActionUploadingVideo"
progress: number

Upload progress, as a percentage.