Package org.drinkless.tdlib
Class TdApi.InputPageBlockBlockQuote
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockBlockQuote
- Enclosing class:
- TdApi
A block quote.
-
Field Summary
FieldsModifier and TypeFieldDescriptionQuote blocks.static final intIdentifier uniquely determining type of the object.Quote credit; pass null if none. -
Constructor Summary
ConstructorsConstructorDescriptionA block quote.InputPageBlockBlockQuote(TdApi.InputPageBlock[] blocks, 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
-
blocks
Quote blocks. -
credit
Quote credit; pass null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPageBlockBlockQuote
public InputPageBlockBlockQuote()A block quote. -
InputPageBlockBlockQuote
A block quote.- Parameters:
blocks- Quote blocks.credit- Quote credit; pass null if none.
-
-
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
-