Package it.tdlight.jni
Class TdApi.SendCallRating
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SendCallRating
- Enclosing class:
- TdApi
public static class TdApi.SendCallRating extends TdApi.Function
Sends a call rating.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description int
callId
Call identifier.String
comment
An optional user comment if the rating is less than 5.static int
CONSTRUCTOR
TdApi.CallProblem[]
problems
List of the exact types of problems with the call, specified by the user.int
rating
Call rating; 1-5. -
Constructor Summary
Constructors Constructor Description SendCallRating()
Sends a call rating.SendCallRating(int callId, int rating, String comment, TdApi.CallProblem[] problems)
Sends a call rating.SendCallRating(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-