public static class TdApi.PageBlockBlockQuote extends TdApi.PageBlock
TdApi.PageBlock.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.PageBlock