RevokeGroupCallInviteLink constructor
const
RevokeGroupCallInviteLink({
- required int groupCallId,
Revokes invite link for a group call. Requires groupCall.can_be_managed group call flag
Implementation
const RevokeGroupCallInviteLink({
required this.groupCallId,
});