MessageInviteVideoChatParticipants constructor

MessageInviteVideoChatParticipants({
  1. required int groupCallId,
  2. required List<int> userIds,
})

Implementation

MessageInviteVideoChatParticipants({
  required this.groupCallId,
  required this.userIds,
});