Skip to content

Commit 01cbfad

Browse files
vim2metamsciotti
vim2meta
authored andcommitted
channel is nullable if disconnecting (#553)
1 parent ad740b2 commit 01cbfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/Voice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Used to represent a user's voice connection status.
99
| Field | Type | Description |
1010
|-------|------|-------------|
1111
| guild_id? | snowflake | the guild id this voice state is for |
12-
| channel_id | snowflake | the channel id this user is connected to |
12+
| channel_id | ?snowflake | the channel id this user is connected to |
1313
| user_id | snowflake | the user id this voice state is for |
1414
| session_id | string | the session id for this voice state |
1515
| deaf | bool | whether this user is deafened by the server |

0 commit comments

Comments
 (0)