Interface IClan

Represents details about a clan or guild.

interface IClan {
    badge: string;
    identity_enabled: boolean;
    identity_guild_id: string;
    tag: string;
}

Properties

badge: string

Badge hash for the clan.

identity_enabled: boolean

Whether the clan identity feature is enabled.

identity_guild_id: string

ID of the guild representing the clan.

tag: string

Tag associated with the clan.