public static class TdApi.PageBlockRelatedArticles extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.PageBlockRelatedArticle[] |
articles
List of related articles.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText |
header
Block header.
|
Constructor and Description |
---|
PageBlockRelatedArticles()
Related articles.
|
PageBlockRelatedArticles(TdApi.RichText header,
TdApi.PageBlockRelatedArticle[] articles)
Related articles.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RichText header
public TdApi.PageBlockRelatedArticle[] articles
public static final int CONSTRUCTOR
public PageBlockRelatedArticles()
public PageBlockRelatedArticles(TdApi.RichText header, TdApi.PageBlockRelatedArticle[] articles)
header
- Block header.articles
- List of related articles.public int getConstructor()
getConstructor
in class TdApi.PageBlock