Interface ChatActionUploadingPhoto

The user is uploading a photo. Subtype of ChatAction.

interface ChatActionUploadingPhoto {
    @type: "chatActionUploadingPhoto";
    progress: number;
}

Properties

Properties

@type: "chatActionUploadingPhoto"
progress: number

Upload progress, as a percentage.