GetVideoChatAvailableParticipants constructor

const GetVideoChatAvailableParticipants({
  1. required int chatId,
})

Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined

Implementation

const GetVideoChatAvailableParticipants({
  required this.chatId,
});