getConnectedMemberIds

suspend fun VoiceChannel.getConnectedMemberIds(): Set<Snowflake>

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

Sources

jvm source
Link copied to clipboard