View Source ExTDLib.Method.SendCallRating (ExTDLib v0.0.4)
Sends a call rating. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| call_id | number | Call identifier. |
| rating | number | 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. |
More details on telegram's documentation.