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