mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:27:20 +01:00
574 B
574 B
title | description |
---|---|
rateCall | Sends call rating |
Method: rateCall
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sends call rating
Parameters:
Name | Type | Required | Description |
---|---|---|---|
call_id | CLICK ME int | Yes | Call identifier |
rating | CLICK ME int | Yes | Call rating, 1-5 |
comment | CLICK ME string | Yes | Optional user comment if rating is less than 5 |