Interface LinkPreviewTypeVoiceNote

The link is a link to a voice note message. Subtype of LinkPreviewType.

interface LinkPreviewTypeVoiceNote {
    @type: "linkPreviewTypeVoiceNote";
    voice_note: VoiceNote;
}

Properties

Properties

@type: "linkPreviewTypeVoiceNote"
voice_note: VoiceNote

The voice note.