Class TdApi.CustomRequestResult

  • Enclosing class:
    TdApi

    public static class TdApi.CustomRequestResult
    extends TdApi.Object
    Contains the result of a custom request.
    • Field Detail

      • result

        public String result
        A JSON-serialized result.
      • CONSTRUCTOR

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

      • CustomRequestResult

        public CustomRequestResult()
        Contains the result of a custom request.
      • CustomRequestResult

        public CustomRequestResult​(String result)
        Contains the result of a custom request.
        Parameters:
        result - A JSON-serialized result.