public static class TdApi.PageBlockPullQuote 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 |
---|
PageBlockPullQuote()
A pull quote.
|
PageBlockPullQuote(TdApi.RichText text,
TdApi.RichText credit)
A pull quote.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RichText text
public TdApi.RichText credit
public static final int CONSTRUCTOR
public PageBlockPullQuote()
public PageBlockPullQuote(TdApi.RichText text, TdApi.RichText credit)
text
- Quote text.credit
- Quote credit.public int getConstructor()
getConstructor
in class TdApi.PageBlock