Skip to content

Commit

Permalink
channel is nullable if disconnecting (discord#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
vim2meta authored and msciotti committed Mar 14, 2018
1 parent ad740b2 commit 01cbfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/Voice.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Used to represent a user's voice connection status.
| Field | Type | Description |
|-------|------|-------------|
| guild_id? | snowflake | the guild id this voice state is for |
| channel_id | snowflake | the channel id this user is connected to |
| channel_id | ?snowflake | the channel id this user is connected to |
| user_id | snowflake | the user id this voice state is for |
| session_id | string | the session id for this voice state |
| deaf | bool | whether this user is deafened by the server |
Expand Down

0 comments on commit 01cbfad

Please sign in to comment.