Skip to content

Commit

Permalink
Document "deaf" and "mute" on the guild member update event (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Apr 6, 2021
1 parent 9e74594 commit fa9a073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,8 @@ Sent when a guild member is updated. This will also fire when the user object of
| nick? | ?string | nickname of the user in the guild |
| joined_at | ISO8601 timestamp | when the user joined the guild |
| premium_since? | ?ISO8601 timestamp | when the user starting [boosting](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-) the guild |
| deaf? | boolean | whether the user is deafened in voice channels |
| mute? | boolean | whether the user is muted in voice channels |
| pending? | boolean | whether the user has not yet passed the guild's [Membership Screening](#DOCS_RESOURCES_GUILD/membership-screening-object) requirements |

#### Guild Members Chunk
Expand Down

0 comments on commit fa9a073

Please sign in to comment.