InviteStageInstance constructor

InviteStageInstance({
  1. required List<GuildMember> members,
  2. required int participantCount,
  3. required int speakerCount,
  4. required String topic,
})

Constructor

Implementation

InviteStageInstance({
  required this.members,
  required this.participantCount,
  required this.speakerCount,
  required this.topic,
});