messageInviteVideoChatParticipants property

MessageInviteVideoChatParticipants? messageInviteVideoChatParticipants

A message with information about an invite to a video chat

Implementation

MessageInviteVideoChatParticipants? get messageInviteVideoChatParticipants {
  if (this is MessageInviteVideoChatParticipants) {
    return this as MessageInviteVideoChatParticipants;
  }
  return null;
}