Skip to content

Commit

Permalink
Revert "fix typos in Voice.md (#4565)" (#4641)
Browse files Browse the repository at this point in the history
This reverts commit d7b47a3.
  • Loading branch information
typpo committed Mar 12, 2022
1 parent bf3e2ec commit 168eb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 |
| member? | [guild member](#DOCS_RESOURCES_GUILD/guild-member-object) object | the guild member this voice state is for |
| session_id | string | the session id for this voice state |
Expand All @@ -20,7 +20,7 @@ Used to represent a user's voice connection status.
| self_stream? | boolean | whether this user is streaming using "Go Live" |
| self_video | boolean | whether this user's camera is enabled |
| suppress | boolean | whether this user is muted by the current user |
| request_to_speak_timestamp?| ISO8601 timestamp | the time at which the user requested to speak |
| request_to_speak_timestamp | ?ISO8601 timestamp | the time at which the user requested to speak |

###### Example Voice State

Expand Down

0 comments on commit 168eb70

Please sign in to comment.