Interface ChatActionUploadingDocument

The user is uploading a document. Subtype of ChatAction.

interface ChatActionUploadingDocument {
    @type: "chatActionUploadingDocument";
    progress: number;
}

Properties

Properties

@type: "chatActionUploadingDocument"
progress: number

Upload progress, as a percentage.