interface APIUserPrimaryGuild {
    badge: null | string;
    identity_enabled: null | boolean;
    identity_guild_id: null | string;
    tag: null | string;
}

Properties

badge: null | string

The server tag badge hash

identity_enabled: null | 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

identity_guild_id: null | string

The id of the user's primary guild

tag: null | string

The text of the user's server tag. Limited to 4 characters