Package org.drinkless.tdlib
Class TdApi.PageBlockRelatedArticles
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockRelatedArticles
- Enclosing class:
- TdApi
Related articles.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of related articles.static final intIdentifier uniquely determining type of the object.Block header. -
Constructor Summary
ConstructorsConstructorDescriptionRelated articles.PageBlockRelatedArticles(TdApi.RichText header, TdApi.PageBlockRelatedArticle[] articles) Related articles. -
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
-
header
Block header. -
articles
List of related articles. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockRelatedArticles
public PageBlockRelatedArticles()Related articles. -
PageBlockRelatedArticles
Related articles.- Parameters:
header- Block header.articles- List of related articles.
-
-
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
-