Skip to content

Commit db3c57a

Browse files
authored
add guild member flags to the guild member update event (#6717)
This was added to the member object in #5874 and expanded upon in #5881 but never added to the guild member update gateway event.
1 parent e8e1468 commit db3c57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/topics/Gateway_Events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ Sent when a guild member is updated. This will also fire when the user object of
719719
| mute? | boolean | Whether the user is muted in voice channels |
720720
| pending? | boolean | Whether the user has not yet passed the guild's [Membership Screening](#DOCS_RESOURCES_GUILD/membership-screening-object) requirements |
721721
| 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 |
722+
| flags? | integer | [Guild member flags](#DOCS_RESOURCES_GUILD/guild-member-object-guild-member-flags) represented as a bit set, defaults to 0 |
722723

723724
#### Guild Members Chunk
724725

0 commit comments

Comments
 (0)