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

    Interface PrivateApplicationResponse

    interface PrivateApplicationResponse {
        approximate_guild_count: number;
        approximate_user_authorization_count: number;
        approximate_user_install_count: number;
        bot?: UserResponse;
        bot_public?: boolean;
        bot_require_code_grant?: boolean;
        cover_image?: string;
        custom_install_url?: string;
        description: string;
        event_webhooks_status?: ApplicationEventWebhooksStatus;
        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
        )[];
        event_webhooks_url?: string
        | null;
        explicit_content_filter: ApplicationExplicitContentFilterTypes;
        flags: number;
        flags_new: string;
        guild_id?: `${bigint}`;
        icon: string | null;
        id: `${bigint}`;
        install_params?: ApplicationOAuth2InstallParamsResponse;
        integration_types_config?: {
            [key: string]: ApplicationIntegrationTypeConfigurationResponse;
        };
        interactions_endpoint_url: string
        | null;
        max_participants?: number | null;
        name: string;
        owner: UserResponse;
        primary_sku_id?: `${bigint}`;
        privacy_policy_url?: string;
        redirect_uris: string[];
        role_connections_verification_url: string | null;
        rpc_origins?: string[];
        slug?: string;
        tags?: string[];
        team: TeamResponse | null;
        terms_of_service_url?: string;
        type: GUILD_ROLE_SUBSCRIPTIONS | null;
        verify_key: string;
    }
    Index

    Properties

    approximate_guild_count: number
    approximate_user_authorization_count: number
    approximate_user_install_count: number
    bot_public?: boolean
    bot_require_code_grant?: boolean
    cover_image?: string
    custom_install_url?: string
    description: string
    event_webhooks_status?: ApplicationEventWebhooksStatus
    event_webhooks_url?: string | null
    explicit_content_filter: ApplicationExplicitContentFilterTypes
    flags: number
    flags_new: string
    guild_id?: `${bigint}`
    icon: string | null
    id: `${bigint}`
    integration_types_config?: {
        [key: string]: ApplicationIntegrationTypeConfigurationResponse;
    }
    interactions_endpoint_url: string | null
    max_participants?: number | null
    name: string
    primary_sku_id?: `${bigint}`
    privacy_policy_url?: string
    redirect_uris: string[]
    role_connections_verification_url: string | null
    rpc_origins?: string[]
    slug?: string
    tags?: string[]
    team: TeamResponse | null
    terms_of_service_url?: string
    verify_key: string