Class TdApi.PageBlockMathematicalExpression

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockMathematicalExpression
Enclosing class:
TdApi

public static class TdApi.PageBlockMathematicalExpression extends TdApi.PageBlock
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

    • PageBlockMathematicalExpression

      public PageBlockMathematicalExpression()
      A mathematical expression.
    • PageBlockMathematicalExpression

      public PageBlockMathematicalExpression(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