Skip to content

sendCallRating

Function · TDLib 1.8.67 · d1085f9c

Sends a call rating

sendCallRating(
  call_id: InputCall,
  rating: int32,
  comment: string,
  problems: list of CallProblem
) → Ok

call_id

InputCall

Call identifier

rating

int32

Call rating; 1-5

comment

string

An optional user comment if the rating is less than 5

problems

list of CallProblem

List of the exact types of problems with the call, specified by the user