Class TdApi.SendCallRating

Enclosing class:
TdApi

public static class TdApi.SendCallRating
extends TdApi.Function
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
      See Also:
      Constant Field Values
  • 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 - int Call identifier.
      rating - int Call rating; 1-5.
      comment - String An optional user comment if the rating is less than 5.
      problems - CallProblem[] List of the exact types of problems with the call, specified by the user.
    • SendCallRating

      public SendCallRating​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details