Class TdApi.JsonValueNumber

  • Enclosing class:
    TdApi

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

      • value

        public double value
        The value.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JsonValueNumber

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

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