Class TdApi.SendCallRating

Enclosing class:
TdApi

public static 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()
      Default constructor for a function, which sends a call rating.

      Returns Ok

    • SendCallRating

      public SendCallRating(int callId, int rating, String comment, TdApi.CallProblem[] problems)
      Creates a function, which 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.
  • 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