- Enclosing class:
- TdApi
Sends a call rating.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionintCall identifier.An optional user comment if the rating is less than 5.static final intList of the exact types of problems with the call, specified by the user.intCall rating; 1-5. -
Constructor Summary
ConstructorsConstructorDescriptionSends 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
toStringMethods 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. ReturnsOk -
SendCallRating
Sends a call rating. ReturnsOk- 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. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-