Class TdApi.CallStateError

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • CallStateError

        public CallStateError()
        Default constructor.
      • CallStateError

        public CallStateError​(TdApi.Error error)
        Constructor for initialization of all fields.
        Parameters:
        error - Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.