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 another block.
|
PageBlockCaption(TdApi.RichText text,
TdApi.RichText credit)
Contains a caption of another block.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object