Discord.https - v3.0.16
    Preparing search index...

    Interface APITemplate

    interface APITemplate {
        code: string;
        created_at: string;
        creator: APIUser;
        creator_id: string;
        description: null | string;
        is_dirty: null | boolean;
        name: string;
        serialized_source_guild: APITemplateSerializedSourceGuild;
        source_guild_id: string;
        updated_at: string;
        usage_count: number;
    }
    Index

    Properties

    code: string

    The template code (unique ID)

    created_at: string

    When this template was created

    creator: APIUser

    The user who created the template

    creator_id: string

    The ID of the user who created the template

    description: null | string

    The description for the template

    is_dirty: null | boolean

    Whether the template has unsynced changes

    name: string

    Template name

    serialized_source_guild: APITemplateSerializedSourceGuild

    The guild snapshot this template contains

    source_guild_id: string

    The ID of the guild this template is based on

    updated_at: string

    When this template was last synced to the source guild

    usage_count: number

    Number of times this template has been used