Class TdApi.JsonValueArray

  • Enclosing class:
    TdApi

    public static class TdApi.JsonValueArray
    extends TdApi.JsonValue
    Represents a JSON array.
    • Field Detail

      • CONSTRUCTOR

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

      • JsonValueArray

        public JsonValueArray()
        Represents a JSON array.
      • JsonValueArray

        public JsonValueArray​(TdApi.JsonValue[] values)
        Represents a JSON array.
        Parameters:
        values - The list of array elements.