Module tdlight.api

Class TdApi.CallStateDiscarded

Enclosing class:
TdApi

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

    • reason

      public TdApi.CallDiscardReason reason
      The reason, why the call has ended.
    • 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.
    • needLog

      public boolean needLog
      True, if the call log must be sent to the server.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • CallStateDiscarded

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

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

      public CallStateDiscarded(DataInput input) throws IOException
      The call has ended successfully.
      Throws:
      IOException
  • Method Details