VoiceChannel constructor
VoiceChannel(
- int? _bitrate,
- int? _userLimit,
- String? _rtcRegion,
- int _videoQualityMode,
- bool nsfw,
- WebhookManager webhooks,
- MessageManager<
Message> messages, - Snowflake? lastMessageId,
- Snowflake guildId,
- Snowflake? parentId,
- String label,
- int type,
- int? position,
- int? flags,
- PermissionOverwriteManager? permissions,
- Snowflake id,
Implementation
VoiceChannel(
this._bitrate,
this._userLimit,
this._rtcRegion,
this._videoQualityMode,
super.nsfw,
super.webhooks,
super.messages,
super.lastMessageId,
super.guildId,
super.parentId,
super.label,
super.type,
super.position,
super.flags,
super.permissions,
super.id
);