api-docs: Update the description for identity_enabled to be clearer (#4266)

* Update the description for identity_enabled to be clearer

* Update packages/bot/src/transformers/types.ts

Co-authored-by: Link <lts20050703@gmail.com>

---------

Co-authored-by: Link <lts20050703@gmail.com>
This commit is contained in:
Fleny
2025-07-28 08:25:22 +02:00
committed by GitHub
co-authored by Link
parent ca9f4fec10
commit 9f594da614
2 changed files with 14 additions and 2 deletions
+7 -1
View File
@@ -1814,7 +1814,13 @@ export interface Nameplate {
export interface UserPrimaryGuild {
/** The id of the primary guild */
identityGuildId?: bigint
/** Whether the user is displaying the primary guild's server tag. This can be undefined if the system clears the identity, e.g. because the server no longer supports tags. */
/**
* Whether the user is displaying the primary guild's server tag.
*
* @remarks
* This can be `undefined` if the system clears the identity, e.g. because the server no longer supports tags.
* This will be `false` if the user manually removes their tag.
*/
identityEnabled?: boolean
/** The text of the user's server tag. Limited to 4 characters */
tag?: string