RevokeGroupCallInviteLink constructor

const RevokeGroupCallInviteLink({
  1. required int groupCallId,
})

Revokes invite link for a group call. Requires groupCall.can_be_managed group call flag

Implementation

const RevokeGroupCallInviteLink({
  required this.groupCallId,
});