menu
tdlib2 package
documentation
td_api.dart
MessageInviteVideoChatParticipants
MessageInviteVideoChatParticipants.new constructor
MessageInviteVideoChatParticipants.new constructor
dark_mode
light_mode
MessageInviteVideoChatParticipants
constructor
MessageInviteVideoChatParticipants
(
{
required
int
groupCallId
,
required
List
<
int
>
userIds
,
})
Implementation
MessageInviteVideoChatParticipants({ required this.groupCallId, required this.userIds, });
tdlib2 package
documentation
td_api
MessageInviteVideoChatParticipants
MessageInviteVideoChatParticipants.new constructor
MessageInviteVideoChatParticipants class