SetVideoChatDefaultParticipant constructor
const
SetVideoChatDefaultParticipant({
- required int chatId,
- required MessageSender defaultParticipantId,
Changes default participant identifier, on whose behalf a video chat in the chat will be joined
Implementation
const SetVideoChatDefaultParticipant({
required this.chatId,
required this.defaultParticipantId,
});