MessageInviteVideoChatParticipants constructor
A message with information about an invite to a video chat
Implementation
const MessageInviteVideoChatParticipants({
required this.groupCallId,
required this.userIds,
});
A message with information about an invite to a video chat
const MessageInviteVideoChatParticipants({
required this.groupCallId,
required this.userIds,
});