Class TdApi.CallStateError

Enclosing class:
TdApi

public static class TdApi.CallStateError extends TdApi.CallState
The call has ended with an error.
  • Field Details

    • error

      public TdApi.Error error
      Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.
    • CONSTRUCTOR

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

    • CallStateError

      public CallStateError()
      The call has ended with an error.
    • CallStateError

      public CallStateError(TdApi.Error error)
      The call has ended with an error.
      Parameters:
      error - Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.
  • 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