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 should be sent to the server.
      • needDebugInformation

        public boolean needDebugInformation
        True, if the call debug information should 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()
        Default constructor.
      • CallStateDiscarded

        public CallStateDiscarded​(TdApi.CallDiscardReason reason,
                                  boolean needRating,
                                  boolean needDebugInformation)
        Constructor for initialization of all fields.
        Parameters:
        reason - The reason, why the call has ended.
        needRating - True, if the call rating should be sent to the server.
        needDebugInformation - True, if the call debug information should be sent to the server.