ultra-telegram-framework
    Preparing search index...

    Interface RichBlockVoiceNote

    A block with a voice note, corresponding to the HTML tag

    interface RichBlockVoiceNote {
        caption?: RichBlockCaption;
        type: string;
        voice_note: Voice;
    }
    Index

    Properties

    Optional. Caption of the block

    type: string

    Type of the block, always "voice_note"

    voice_note: Voice

    The voice note