public static class TdApi.PageBlockBlockQuote extends TdApi.PageBlock
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText |
credit
Quote credit.
|
TdApi.RichText |
text
Quote text.
|
| Constructor and Description |
|---|
PageBlockBlockQuote()
A block quote.
|
PageBlockBlockQuote(TdApi.RichText text,
TdApi.RichText credit)
A block quote.
|
| 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 PageBlockBlockQuote()
public PageBlockBlockQuote(TdApi.RichText text, TdApi.RichText credit)
text - Quote text.credit - Quote credit.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object