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
Update the description for identity_enabled to be clearer (discord#7701)
* Update identity_enabled description to be clearer
* Update user.mdx
* Update user.mdx
* Update user.mdx
I believe a user leaving a guild also returns ``false``, I could it add it but it may be really lengthy then.
Also, let me know if what I provided have exceptions or are just entirely wrong.
* Update user.mdx
* Update user.mdx
| identity_guild_id | ?snowflake | the id of the user's primary guild |
125
-
| 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. |
126
-
| tag | ?string | the text of the user's server tag. Limited to 4 characters |
127
-
| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting)|
| identity_guild_id | ?snowflake | the id of the user's primary guild |
125
+
| 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. |
126
+
| tag | ?string | the text of the user's server tag. Limited to 4 characters |
127
+
| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting)|
0 commit comments