- Enclosing class:
- TdApi
Sends a call rating.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionint
Call identifier.An optional user comment if the rating is less than 5.static final int
List of the exact types of problems with the call, specified by the user.int
Call rating; 1-5. -
Constructor Summary
ConstructorDescriptionSends a call rating.SendCallRating
(int callId, int rating, String comment, TdApi.CallProblem[] problems) Sends a call rating.SendCallRating
(DataInput input) Sends a call rating. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
callId
public int callIdCall identifier. -
rating
public int ratingCall 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SendCallRating
public SendCallRating()Sends a call rating.Returns
Ok
-
SendCallRating
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
Sends a call rating.Returns
Ok
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-