We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad740b2 commit 01cbfadCopy full SHA for 01cbfad
docs/resources/Voice.md
@@ -9,7 +9,7 @@ Used to represent a user's voice connection status.
9
| Field | Type | Description |
10
|-------|------|-------------|
11
| guild_id? | snowflake | the guild id this voice state is for |
12
-| channel_id | snowflake | the channel id this user is connected to |
+| channel_id | ?snowflake | the channel id this user is connected to |
13
| user_id | snowflake | the user id this voice state is for |
14
| session_id | string | the session id for this voice state |
15
| deaf | bool | whether this user is deafened by the server |
0 commit comments