Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/resources/user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ Premium types denote the level of premium a user has. Visit the [Nitro](https://

###### User Primary Guild

| Field | Type | Description |
|-------------------|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| identity_guild_id | ?snowflake | the id of the user's primary guild |
| identity_enabled | ?boolean | whether the user is displaying the primary guild's server tag. This can be `null` if the system clears the identity, e.g. because the server no longer supports tags. |
| tag | ?string | the text of the user's server tag. Limited to 4 characters |
| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting) |
| Field | Type | Description |
|-------------------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| identity_guild_id | ?snowflake | the id of the user's primary guild |
| identity_enabled | ?boolean | whether the user is displaying the primary guild's server tag. This can be `null` if the system clears the identity, e.g. the server no longer supports tags. This will be `false` if the user manually removes their tag. |
| tag | ?string | the text of the user's server tag. Limited to 4 characters |
| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting) |

### Avatar Decoration Data Object

Expand Down