VoiceState constructor
VoiceState({
- required Snowflake serverId,
- required Snowflake? channelId,
- required Snowflake userId,
- required String? sessionId,
- required bool isDeaf,
- required bool isMute,
- required bool isSelfDeaf,
- required bool isSelfMute,
- required bool hasSelfVideo,
- required bool isSuppress,
- required DateTime? requestToSpeakTimestamp,
- required bool isDiscoverable,
Implementation
VoiceState({
required this.serverId,
required this.channelId,
required this.userId,
required this.sessionId,
required this.isDeaf,
required this.isMute,
required this.isSelfDeaf,
required this.isSelfMute,
required this.hasSelfVideo,
required this.isSuppress,
required this.requestToSpeakTimestamp,
required this.isDiscoverable,
});