File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ There are other rules and restrictions not shared here for the sake of spam and
4343| premium_type? | integer | the [ type of Nitro subscription] ( #DOCS_RESOURCES_USER/user-object-premium-types ) on a user's account | identify |
4444| public_flags? | integer | the public [ flags] ( #DOCS_RESOURCES_USER/user-object-user-flags ) on a user's account | identify |
4545| avatar_decoration? | ?string | the user's [ avatar decoration hash] ( #DOCS_REFERENCE/image-formatting ) | identify |
46- | primary_guild? | ?UserPrimaryGuild | the user's [ clan data ] ( #DOCS_RESOURCES_USER/user-object-user-primary-guild ) | identify |
46+ | primary_guild? | ?UserPrimaryGuild | the user's [ primary guild ] ( #DOCS_RESOURCES_USER/user-object-user-primary-guild ) | identify |
4747
4848###### Example User
4949
@@ -105,10 +105,12 @@ Premium types denote the level of premium a user has. Visit the [Nitro](https://
105105| Field | Type | Description |
106106| -------------------| ------------| ---------------------------------------------------------------|
107107| identity_guild_id | ?snowflake | the id of the user's primary guild |
108- | identity_enabled | boolean | whether the user is displaying the primary guild's server tag |
108+ | identity_enabled | ? boolean | whether the user is displaying the primary guild's server tag |
109109| tag | ?string | the text of the user's server tag. Limited to 4 characters |
110110| badge | ?string | the [ server tag badge hash] ( #DOCS_REFERENCE/image-formatting ) |
111111
112+
113+
112114### Connection Object
113115
114116The connection object that the user has attached.
You can’t perform that action at this time.
0 commit comments