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

    Interface GuildPatchRequestPartial

    interface GuildPatchRequestPartial {
        afk_channel_id?: `${bigint}` | null;
        afk_timeout?: AfkTimeouts | null;
        banner?: string | null;
        default_message_notifications?: UserNotificationSettings | null;
        description?: string | null;
        discovery_splash?: string | null;
        explicit_content_filter?: GuildExplicitContentFilterTypes | null;
        features?: (string | null)[] | null;
        home_header?: string | null;
        icon?: string | null;
        name?: string;
        preferred_locale?: AvailableLocalesEnum | null;
        premium_progress_bar_enabled?: boolean | null;
        public_updates_channel_id?: `${bigint}` | null;
        region?: string | null;
        rules_channel_id?: `${bigint}` | null;
        safety_alerts_channel_id?: `${bigint}` | null;
        splash?: string | null;
        system_channel_flags?: number | null;
        system_channel_id?: `${bigint}` | null;
        verification_level?: VerificationLevels | null;
    }
    Index

    Properties

    afk_channel_id?: `${bigint}` | null
    afk_timeout?: AfkTimeouts | null
    banner?: string | null
    default_message_notifications?: UserNotificationSettings | null
    description?: string | null
    discovery_splash?: string | null
    explicit_content_filter?: GuildExplicitContentFilterTypes | null
    features?: (string | null)[] | null
    home_header?: string | null
    icon?: string | null
    name?: string
    preferred_locale?: AvailableLocalesEnum | null
    premium_progress_bar_enabled?: boolean | null
    public_updates_channel_id?: `${bigint}` | null
    region?: string | null
    rules_channel_id?: `${bigint}` | null
    safety_alerts_channel_id?: `${bigint}` | null
    splash?: string | null
    system_channel_flags?: number | null
    system_channel_id?: `${bigint}` | null
    verification_level?: VerificationLevels | null