DecryptGroupCallData constructor
DecryptGroupCallData({
- required int groupCallId,
- MessageSender? participantId,
- GroupCallDataChannel? dataChannel,
- required String data,
Implementation
DecryptGroupCallData({
required this.groupCallId,
this.participantId,
this.dataChannel,
required this.data,
});