Package org.drinkless.tdlib
Class TdApi.PageBlockEmbeddedPost
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockEmbeddedPost
- Enclosing class:
- TdApi
An embedded post.
-
Field Summary
FieldsModifier and TypeFieldDescriptionPost author.Post author photo; may be null.Post caption.static final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the post was created; 0 if unknown.Post content.URL of the embedded post. -
Constructor Summary
ConstructorsConstructorDescriptionAn embedded post.PageBlockEmbeddedPost(String url, String author, TdApi.Photo authorPhoto, int date, TdApi.PageBlock[] pageBlocks, TdApi.PageBlockCaption caption) An embedded post. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
url
URL of the embedded post. -
author
Post author. -
authorPhoto
Post author photo; may be null. -
date
public int datePoint in time (Unix timestamp) when the post was created; 0 if unknown. -
pageBlocks
Post content. -
caption
Post caption. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockEmbeddedPost
public PageBlockEmbeddedPost()An embedded post. -
PageBlockEmbeddedPost
public PageBlockEmbeddedPost(String url, String author, TdApi.Photo authorPhoto, int date, TdApi.PageBlock[] pageBlocks, TdApi.PageBlockCaption caption) An embedded post.- Parameters:
url- URL of the embedded post.author- Post author.authorPhoto- Post author photo; may be null.date- Point in time (Unix timestamp) when the post was created; 0 if unknown.pageBlocks- Post content.caption- Post caption.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-