Module tdlight.api

Class TdApi.SendCallRating

Enclosing class:
TdApi

public static final class TdApi.SendCallRating extends TdApi.Function<TdApi.Ok>
Sends a call rating.

Returns Ok

  • Field Details

    • callId

      public int callId
      Call identifier.
    • rating

      public int rating
      Call rating; 1-5.
    • comment

      public String comment
      An optional user comment if the rating is less than 5.
    • problems

      public TdApi.CallProblem[] problems
      List of the exact types of problems with the call, specified by the user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SendCallRating

      public SendCallRating()
      Sends a call rating.

      Returns Ok

    • SendCallRating

      public SendCallRating(int callId, int rating, String comment, TdApi.CallProblem[] problems)
      Sends a call rating.

      Returns Ok

      Parameters:
      callId - Call identifier.
      rating - Call rating; 1-5.
      comment - An optional user comment if the rating is less than 5.
      problems - List of the exact types of problems with the call, specified by the user.

      Returns Ok

    • SendCallRating

      public SendCallRating(DataInput input) throws IOException
      Sends a call rating.

      Returns Ok

      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