VoiceJoinEvent constructor

VoiceJoinEvent(
  1. GuildMember _member,
  2. VoiceChannel? _before,
  3. VoiceChannel _after
)

Implementation

VoiceJoinEvent(this._member, this._before, this._after);