Class TdApi.InputPageBlockMathematicalExpression

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockMathematicalExpression
Enclosing class:
TdApi

public static class TdApi.InputPageBlockMathematicalExpression extends TdApi.InputPageBlock
A mathematical expression.
  • Field Details

    • expression

      public String expression
      The expression in LaTeX format.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InputPageBlockMathematicalExpression

      public InputPageBlockMathematicalExpression()
      A mathematical expression.
    • InputPageBlockMathematicalExpression

      public InputPageBlockMathematicalExpression(String expression)
      A mathematical expression.
      Parameters:
      expression - The expression in LaTeX format.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR