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
Copy file name to clipboardExpand all lines: docs/resources/Guild.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,6 +347,7 @@ A partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object. Represents an Offl
347
347
| user? |[user](#DOCS_RESOURCES_USER/user-object) object | the user this guild member represents |
348
348
| nick? | ?string | this user's guild nickname |
349
349
| avatar? | ?string | the member's [guild avatar hash](#DOCS_REFERENCE/image-formatting)|
350
+
| banner? | ?string | the member's [guild banner hash](#DOCS_REFERENCE/image-formatting)|
350
351
| roles | array of snowflakes | array of [role](#DOCS_TOPICS_PERMISSIONS/role-object) object ids |
351
352
| joined_at | ISO8601 timestamp | when the user joined the guild |
352
353
| premium_since? | ?ISO8601 timestamp | when the user started [boosting](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-) the guild |
@@ -371,6 +372,7 @@ A partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object. Represents an Offl
| joined_at | ?ISO8601 timestamp | When the user joined the guild |
718
719
| premium_since? | ?ISO8601 timestamp | When the user starting [boosting](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-) the guild |
719
720
| deaf? | boolean | Whether the user is deafened in voice channels |
0 commit comments