Module tdlight.api

Class TdApi.JsonValueNumber

Enclosing class:
TdApi

public static final class TdApi.JsonValueNumber extends TdApi.JsonValue
Represents a numeric JSON value.
  • Field Details

    • value

      public double value
      The value.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • JsonValueNumber

      public JsonValueNumber()
      Represents a numeric JSON value.
    • JsonValueNumber

      public JsonValueNumber(double value)
      Represents a numeric JSON value.
      Parameters:
      value - double The value.
    • JsonValueNumber

      public JsonValueNumber(DataInput input) throws IOException
      Represents a numeric JSON value.
      Throws:
      IOException
  • Method Details