ultra-telegram-framework
    Preparing search index...

    Interface RichBlockPhoto

    A block with a photo, corresponding to the HTML tag .

    interface RichBlockPhoto {
        caption?: RichBlockCaption;
        has_spoiler?: boolean;
        photo: PhotoSize[];
        type: string;
    }
    Index

    Properties

    Optional. Caption of the block

    has_spoiler?: boolean

    Optional. True, if the media preview is covered by a spoiler animation

    photo: PhotoSize[]

    Available sizes of the photo

    type: string

    Type of the block, always "photo"