SendCallRating constructor

SendCallRating({
  1. String? extra,
  2. int? client_id,
  3. int32? call_id,
  4. int32? rating,
  5. string? comment,
  6. vector<CallProblem>? problems,
})

Implementation

SendCallRating({
  super.extra,
  super.client_id,
  this.call_id,
  this.rating,
  this.comment,
  this.problems,
});