public static class TdApi.PageBlockCaption extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText |
credit
Block credit (like HTML tag <cite>).
|
TdApi.RichText |
text
Content of the caption.
|
Constructor and Description |
---|
PageBlockCaption()
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
|
PageBlockCaption(TdApi.RichText text,
TdApi.RichText credit)
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RichText text
public TdApi.RichText credit
public static final int CONSTRUCTOR
public PageBlockCaption()
public PageBlockCaption(TdApi.RichText text, TdApi.RichText credit)
text
- Content of the caption.credit
- Block credit (like HTML tag <cite>).public int getConstructor()
getConstructor
in class TdApi.Object