Package org.drinkless.tdlib
Class TdApi.PageBlockBlockQuote
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockBlockQuote
- Enclosing class:
- TdApi
A block quote.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Quote credit.Quote text. -
Constructor Summary
ConstructorsConstructorDescriptionA block quote.PageBlockBlockQuote(TdApi.RichText text, TdApi.RichText credit) A block 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
-
PageBlockBlockQuote
public PageBlockBlockQuote()A block quote. -
PageBlockBlockQuote
A block 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
-