Skip to content

Commit

Permalink
add guild member flags to the guild member update event (#6717)
Browse files Browse the repository at this point in the history
This was added to the member object in #5874 and expanded upon in
 #5881 but never added to the guild member update gateway event.
  • Loading branch information
Erk- committed May 15, 2024
1 parent e8e1468 commit db3c57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/topics/Gateway_Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ Sent when a guild member is updated. This will also fire when the user object of
| 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 |
| communication_disabled_until? | ?ISO8601 timestamp | When the user's [timeout](https://support.discord.com/hc/en-us/articles/4413305239191-Time-Out-FAQ) will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out |
| flags? | integer | [Guild member flags](#DOCS_RESOURCES_GUILD/guild-member-object-guild-member-flags) represented as a bit set, defaults to 0 |

#### Guild Members Chunk

Expand Down

0 comments on commit db3c57a

Please sign in to comment.