Package org.drinkless.tdlib
Class TdApi.InputPageBlockMathematicalExpression
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockMathematicalExpression
- Enclosing class:
- TdApi
A mathematical expression.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The expression in LaTeX format. -
Constructor Summary
ConstructorsConstructorDescriptionA mathematical expression.InputPageBlockMathematicalExpression(String expression) A mathematical expression. -
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
-
expression
The expression in LaTeX format. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPageBlockMathematicalExpression
public InputPageBlockMathematicalExpression()A mathematical expression. -
InputPageBlockMathematicalExpression
A mathematical expression.- Parameters:
expression- The expression in LaTeX format.
-
-
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
-