Class TdApi.CustomRequestResult

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.CustomRequestResult
Enclosing class:
TdApi

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

    • result

      public String result
      A JSON-serialized result.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • 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.
  • 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