Class TdApi.CallStateDiscarded

  • Enclosing class:
    TdApi

    public static class TdApi.CallStateDiscarded
    extends TdApi.CallState
    The call has ended successfully.
    • Field Detail

      • needRating

        public boolean needRating
        True, if the call rating must be sent to the server.
      • needDebugInformation

        public boolean needDebugInformation
        True, if the call debug information must be sent to the server.
      • CONSTRUCTOR

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

      • CallStateDiscarded

        public CallStateDiscarded()
        The call has ended successfully.
      • CallStateDiscarded

        public CallStateDiscarded​(TdApi.CallDiscardReason reason,
                                  boolean needRating,
                                  boolean needDebugInformation)
        The call has ended successfully.
        Parameters:
        reason - The reason, why the call has ended.
        needRating - True, if the call rating must be sent to the server.
        needDebugInformation - True, if the call debug information must be sent to the server.