Skip to content

PageBlockEmbeddedPost

Type · TDLib 1.8.67 · d1085f9c

An embedded post; instant view only

PageBlockEmbeddedPost(
  url: string,
  author: string,
  author_photo: Photo,
  date: int32,
  blocks: list of PageBlock,
  caption: PageBlockCaption
) → PageBlock

url

string

URL of the embedded post

author

string

Post author

author_photo

Photo

Post author photo; may be null

date

int32

Point in time (Unix timestamp) when the post was created; 0 if unknown

blocks

list of PageBlock

Post content

caption

PageBlockCaption

Post caption; may be null if none