teleproto - v1.229.0
    Preparing search index...

    Interface PageBlockEmbedPostIn

    interface PageBlockEmbedPostIn {
        _: "pageBlockEmbedPost";
        author: string;
        authorPhotoId: BigInteger;
        blocks: TypePageBlockIn[];
        caption: PageCaptionIn;
        date: number;
        url: string;
        webpageId: BigInteger;
    }
    Index
    _: "pageBlockEmbedPost"
    author: string
    authorPhotoId: BigInteger
    blocks: TypePageBlockIn[]
    caption: PageCaptionIn
    date: number
    url: string
    webpageId: BigInteger