EndGroupCall constructor
const
EndGroupCall({
- required int groupCallId,
Ends a group call. Requires groupCall.can_be_managed
Implementation
const EndGroupCall({
required this.groupCallId,
});