GetGroupCallInviteLink constructor

GetGroupCallInviteLink({
  1. String? extra,
  2. int? client_id,
  3. int32? group_call_id,
  4. Bool? can_self_unmute,
})

Implementation

GetGroupCallInviteLink({
  super.extra,
  super.client_id,
  this.group_call_id,
  this.can_self_unmute,
});