- 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
Identifier uniquely determining type of the object.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SendCallRating
public SendCallRating()Sends a call rating.Returns
Ok
-
SendCallRating
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.Returns
Ok
-
SendCallRating
Sends a call rating.Returns
Ok
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-