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

    Interface ApplicationFormPartial

    interface ApplicationFormPartial {
        cover_image?: string | null;
        custom_install_url?: string | null;
        description?:
            | {
                default: string;
                localizations?: | {
                    ar?: string;
                    bg?: string;
                    cs?: string;
                    da?: string;
                    de?: string;
                    el?: string;
                    "en-GB"?: string;
                    "en-US"?: string;
                    "es-419"?: string;
                    "es-ES"?: string;
                    fi?: string;
                    fr?: string;
                    he?: string;
                    hi?: string;
                    hr?: string;
                    hu?: string;
                    id?: string;
                    it?: string;
                    ja?: string;
                    ko?: string;
                    lt?: string;
                    nl?: string;
                    no?: string;
                    pl?: string;
                    "pt-BR"?: string;
                    ro?: string;
                    ru?: string;
                    "sv-SE"?: string;
                    th?: string;
                    tr?: string;
                    uk?: string;
                    vi?: string;
                    "zh-CN"?: string;
                    "zh-TW"?: string;
                }
                | null;
            }
            | null;
        event_webhooks_status?: DISABLED
        | ENABLED
        | null;
        event_webhooks_types?:
            | (
                | ENTITLEMENT_CREATE
                | ENTITLEMENT_UPDATE
                | ENTITLEMENT_DELETE
                | LOBBY_MESSAGE_CREATE
                | LOBBY_MESSAGE_UPDATE
                | LOBBY_MESSAGE_DELETE
                | GAME_DIRECT_MESSAGE_CREATE
                | GAME_DIRECT_MESSAGE_DELETE
                | GAME_DIRECT_MESSAGE_UPDATE
                | APPLICATION_AUTHORIZED
                | APPLICATION_DEAUTHORIZED
                | QUEST_USER_ENROLLMENT
            )[]
            | null;
        event_webhooks_url?: string
        | null;
        explicit_content_filter?: ApplicationExplicitContentFilterTypes | null;
        flags?: number | null;
        icon?: string | null;
        install_params?: ApplicationOAuth2InstallParams | null;
        integration_types_config?:
            | { [key: string]: ApplicationIntegrationTypeConfiguration
            | null }
            | null;
        interactions_endpoint_url?: string | null;
        max_participants?: number | null;
        role_connections_verification_url?: string | null;
        tags?: string[] | null;
        team_id?: `${bigint}` | null;
        type?: GUILD_ROLE_SUBSCRIPTIONS | null;
    }
    Index

    Properties

    cover_image?: string | null
    custom_install_url?: string | null
    description?:
        | {
            default: string;
            localizations?: | {
                ar?: string;
                bg?: string;
                cs?: string;
                da?: string;
                de?: string;
                el?: string;
                "en-GB"?: string;
                "en-US"?: string;
                "es-419"?: string;
                "es-ES"?: string;
                fi?: string;
                fr?: string;
                he?: string;
                hi?: string;
                hr?: string;
                hu?: string;
                id?: string;
                it?: string;
                ja?: string;
                ko?: string;
                lt?: string;
                nl?: string;
                no?: string;
                pl?: string;
                "pt-BR"?: string;
                ro?: string;
                ru?: string;
                "sv-SE"?: string;
                th?: string;
                tr?: string;
                uk?: string;
                vi?: string;
                "zh-CN"?: string;
                "zh-TW"?: string;
            }
            | null;
        }
        | null
    event_webhooks_status?: DISABLED | ENABLED | null
    event_webhooks_types?:
        | (
            | ENTITLEMENT_CREATE
            | ENTITLEMENT_UPDATE
            | ENTITLEMENT_DELETE
            | LOBBY_MESSAGE_CREATE
            | LOBBY_MESSAGE_UPDATE
            | LOBBY_MESSAGE_DELETE
            | GAME_DIRECT_MESSAGE_CREATE
            | GAME_DIRECT_MESSAGE_DELETE
            | GAME_DIRECT_MESSAGE_UPDATE
            | APPLICATION_AUTHORIZED
            | APPLICATION_DEAUTHORIZED
            | QUEST_USER_ENROLLMENT
        )[]
        | null
    event_webhooks_url?: string | null

    Event webhooks URL for the app to receive webhook events

    explicit_content_filter?: ApplicationExplicitContentFilterTypes | null
    flags?: number | null
    icon?: string | null
    install_params?: ApplicationOAuth2InstallParams | null
    integration_types_config?:
        | { [key: string]: ApplicationIntegrationTypeConfiguration
        | null }
        | null
    interactions_endpoint_url?: string | null
    max_participants?: number | null
    role_connections_verification_url?: string | null
    tags?: string[] | null
    team_id?: `${bigint}` | null