teleproto - v1.229.0
    Preparing search index...

    Interface PageBlockEmbedIn

    interface PageBlockEmbedIn {
        _: "pageBlockEmbed";
        allowScrolling?: boolean;
        caption: PageCaptionIn;
        fullWidth?: boolean;
        h?: number;
        html?: string;
        posterPhotoId?: BigInteger;
        url?: string;
        w?: number;
    }
    Index
    _: "pageBlockEmbed"
    allowScrolling?: boolean
    caption: PageCaptionIn
    fullWidth?: boolean
    h?: number
    html?: string
    posterPhotoId?: BigInteger
    url?: string
    w?: number