Module tdlight.api

Class TdApi.CallStateError

Enclosing class:
TdApi

public static final 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
      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 Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.
    • CallStateError

      public CallStateError(DataInput input) throws IOException
      The call has ended with an error.
      Throws:
      IOException
  • Method Details