You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pending won't be serialized if null, that's just it's internal value, so updating the type to only reflect what yall will see.
true -> member is pending
false -> member becomes no longer pending (i.e., becomes a regular member)
not serialized -> member is not pending
Copy file name to clipboardExpand all lines: docs/resources/Guild.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ A partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object. Represents an Offl
260
260
| premium_since? | ?ISO8601 timestamp | when the user started [boosting](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-) the guild |
261
261
| deaf | boolean | whether the user is deafened in voice channels |
262
262
| mute | boolean | whether the user is muted in voice channels |
263
-
| pending? |?boolean | whether the user has passed the guild's Membership Screening requirements |
263
+
| pending? | boolean| whether the user has passed the guild's Membership Screening requirements |
264
264
265
265
> info
266
266
> The field `user` won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.
0 commit comments