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; instant view only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionPost author.Post author photo; may be null.Post content.Post caption; may be null if none.static final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the post was created; 0 if unknown.URL of the embedded post. -
Constructor Summary
ConstructorsConstructorDescriptionAn embedded post; instant view only.PageBlockEmbeddedPost(String url, String author, TdApi.Photo authorPhoto, int date, TdApi.PageBlock[] blocks, TdApi.PageBlockCaption caption) An embedded post; instant view only. -
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. -
blocks
Post content. -
caption
Post caption; may be null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockEmbeddedPost
public PageBlockEmbeddedPost()An embedded post; instant view only. -
PageBlockEmbeddedPost
public PageBlockEmbeddedPost(String url, String author, TdApi.Photo authorPhoto, int date, TdApi.PageBlock[] blocks, TdApi.PageBlockCaption caption) An embedded post; instant view only.- 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.blocks- Post content.caption- Post caption; may be null if none.
-
-
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
-