Package org.drinkless.tdlib
Class TdApi.PageBlockPullQuote
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockPullQuote
- Enclosing class:
- TdApi
A pull quote.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Quote credit.Quote text. -
Constructor Summary
ConstructorsConstructorDescriptionA pull quote.PageBlockPullQuote(TdApi.RichText text, TdApi.RichText credit) A pull quote. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
text
Quote text. -
credit
Quote credit. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockPullQuote
public PageBlockPullQuote()A pull quote. -
PageBlockPullQuote
A pull quote.- Parameters:
text- Quote text.credit- Quote credit.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-