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
      Identifier uniquely determining type of the object.
      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 - 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.
      needLog - True, if the call log must be sent to the server.
    • CallStateDiscarded

      public CallStateDiscarded(DataInput input) throws IOException
      The call has ended successfully.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object