Skip to content

Commit 351ae43

Browse files
committed
Add guild member banners
1 parent 7b5cc9a commit 351ae43

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/resources/Guild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ A partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object. Represents an Offl
347347
| user? | [user](#DOCS_RESOURCES_USER/user-object) object | the user this guild member represents |
348348
| nick? | ?string | this user's guild nickname |
349349
| 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) |
350351
| roles | array of snowflakes | array of [role](#DOCS_TOPICS_PERMISSIONS/role-object) object ids |
351352
| joined_at | ISO8601 timestamp | when the user joined the guild |
352353
| 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
371372
"user": {},
372373
"nick": "NOT API SUPPORT",
373374
"avatar": null,
375+
"banner": null,
374376
"roles": [],
375377
"joined_at": "2015-04-26T06:26:56.936000+00:00",
376378
"deaf": false,

docs/topics/Gateway_Events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ Sent when a guild member is updated. This will also fire when the user object of
714714
| user | a [user](#DOCS_RESOURCES_USER/user-object) object | User |
715715
| nick? | ?string | Nickname of the user in the guild |
716716
| avatar | ?string | Member's [guild avatar hash](#DOCS_REFERENCE/image-formatting) |
717+
| banner | ?string | Member's [guild banner hash](#DOCS_REFERENCE/image-formatting) |
717718
| joined_at | ?ISO8601 timestamp | When the user joined the guild |
718719
| premium_since? | ?ISO8601 timestamp | When the user starting [boosting](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-) the guild |
719720
| deaf? | boolean | Whether the user is deafened in voice channels |

0 commit comments

Comments
 (0)