CreateVoiceServerRequest constructor
const
CreateVoiceServerRequest({})
Implementation
const CreateVoiceServerRequest({
required this.regionId,
required this.serverId,
required this.endpoint,
required this.apiKey,
required this.apiSecret,
this.latitude,
this.longitude,
this.isActive,
this.vipOnly,
this.requiredGuildFeatures,
this.allowedGuildIds,
this.allowedUserIds,
});