Interface

VoiceStateMap

Maps guild_id -> user_id -> channel_id (null if not in voice).

Type

Map<string, Map<string, string | null>>