getConnectedMembers

suspend fun VoiceChannel.getConnectedMembers(): Set<Member>

Gets the members currently connected to this voice channel by requesting the VoiceStates of this channel.

Sources

jvm source
Link copied to clipboard