@typed-discord/rest
    Preparing search index...

    Interface UserPrimaryGuildResponse

    interface UserPrimaryGuildResponse {
        badge: string | null;
        identity_enabled: boolean | null;
        identity_guild_id: `${bigint}` | null;
        tag: string | null;
    }
    Index

    Properties

    badge: string | null

    the server tag badge hash

    identity_enabled: boolean | null

    whether the user is displaying the primary guild's server tag

    identity_guild_id: `${bigint}` | null

    the id of the user's primary guild

    tag: string | null

    the text of the user's server tag, limited to 4 characters