Package org.drinkless.tdlib
Class TdApi.SendCallRating
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 intcallIdCall identifier.StringcommentAn optional user comment if the rating is less than 5.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.CallProblem[]problemsList of the exact types of problems with the call, specified by the user.intratingCall rating; 1-5.
-
Constructor Summary
Constructors Constructor Description SendCallRating()Default constructor for a function, which sends a call rating.SendCallRating(int callId, int rating, String comment, TdApi.CallProblem[] problems)Creates a function, which sends a call rating.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
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:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-