VoiceManager constructor

VoiceManager(
  1. bool _isDeaf,
  2. bool _isMute,
  3. bool _isSelfMute,
  4. bool _isSelfDeaf,
  5. bool _hasVideo,
  6. bool? _hasStream,
  7. Snowflake? _channelId,
  8. Snowflake _memberId,
  9. Snowflake _guildId,
)

Implementation

VoiceManager( this._isDeaf, this._isMute, this._isSelfMute, this._isSelfDeaf, this._hasVideo, this._hasStream, this._channelId, this._memberId, this._guildId);