Raw.PageBlockEmbedPost

Raw.PageBlockEmbedPost

An embedded post

pageBlockEmbedPost#f259a80b url:string webpage_id:long author_photo_id:long author:string date:int blocks:Vector<PageBlock> caption:PageCaption = PageBlock;
export namespace Raw {
  export class PageBlockEmbedPost {
    constructor(params: {
      url: string;
      webpageId: bigint;
      authorPhotoId: bigint;
      author: string;
      date: number;
      blocks: Array<Raw.TypePageBlock>;
      caption: Raw.TypePageCaption;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xf259a80b

Property