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

    Interface GuildTemplateSnapshotResponse

    interface GuildTemplateSnapshotResponse {
        afk_channel_id: `${bigint}` | null;
        afk_timeout: AfkTimeouts;
        channels: GuildTemplateChannelResponse[];
        default_message_notifications: UserNotificationSettings;
        description: string | null;
        explicit_content_filter: GuildExplicitContentFilterTypes;
        name: string;
        preferred_locale: AvailableLocalesEnum;
        region: string | null;
        roles: GuildTemplateRoleResponse[];
        system_channel_flags: number;
        system_channel_id: `${bigint}` | null;
        verification_level: VerificationLevels;
    }
    Index

    Properties

    afk_channel_id: `${bigint}` | null
    afk_timeout: AfkTimeouts
    default_message_notifications: UserNotificationSettings
    description: string | null
    explicit_content_filter: GuildExplicitContentFilterTypes
    name: string
    preferred_locale: AvailableLocalesEnum
    region: string | null
    system_channel_flags: number
    system_channel_id: `${bigint}` | null
    verification_level: VerificationLevels