ultra-telegram-framework
    Preparing search index...

    Interface RichBlockAudio

    A block with a music file, corresponding to the HTML tag

    interface RichBlockAudio {
        audio: Audio;
        caption?: RichBlockCaption;
        type: string;
    }
    Index

    Properties

    Properties

    audio: Audio

    The audio

    Optional. Caption of the block

    type: string

    Type of the block, always "audio"