Interface ChatActionRecordingVoiceNote

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

interface ChatActionRecordingVoiceNote {
    @type: "chatActionRecordingVoiceNote";
}

Properties

Properties

@type: "chatActionRecordingVoiceNote"