MessageInviteVideoChatParticipants constructor

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

A message with information about an invite to a video chat

Implementation

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