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
Apps can now access guild member profile banners via the API and Gateway! The [guild member object](#DOCS_RESOURCES_GUILD/guild-member-object) now includes a `banner` field which can be used to create the [guild member banner URL](#DOCS_REFERENCE/image-formatting).
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
@@ -353,6 +353,7 @@ A partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object. Represents an Offl
353
353
| user? |[user](#DOCS_RESOURCES_USER/user-object) object | the user this guild member represents |
354
354
| nick? | ?string | this user's guild nickname |
355
355
| avatar? | ?string | the member's [guild avatar hash](#DOCS_REFERENCE/image-formatting)|
356
+
| banner? | ?string | the member's [guild banner hash](#DOCS_REFERENCE/image-formatting)|
356
357
| roles | array of snowflakes | array of [role](#DOCS_TOPICS_PERMISSIONS/role-object) object ids |
357
358
| joined_at | ISO8601 timestamp | when the user joined the guild |
358
359
| premium_since? | ?ISO8601 timestamp | when the user started [boosting](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-) the guild |
@@ -377,6 +378,7 @@ A partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object. Represents an Offl
| joined_at | ?ISO8601 timestamp | When the user joined the guild |
768
769
| premium_since? | ?ISO8601 timestamp | When the user starting [boosting](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-) the guild |
769
770
| deaf? | boolean | Whether the user is deafened in voice channels |
0 commit comments