Interface ChatActionUploadingVoiceNote

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

interface ChatActionUploadingVoiceNote {
    @type: "chatActionUploadingVoiceNote";
    progress: number;
}

Properties

Properties

@type: "chatActionUploadingVoiceNote"
progress: number

Upload progress, as a percentage.