SendCallDebugInformation constructor

SendCallDebugInformation({
  1. String? extra,
  2. int? client_id,
  3. int32? call_id,
  4. string? debug_information,
})

Implementation

SendCallDebugInformation({
  super.extra,
  super.client_id,
  this.call_id,
  this.debug_information,
});