SendCallDebugInformation constructor

const SendCallDebugInformation({
  1. required int callId,
  2. required String debugInformation,
})

Sends debug information for a call to Telegram servers

Implementation

const SendCallDebugInformation({
  required this.callId,
  required this.debugInformation,
});