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

    Interface ApplicationResponse

    interface ApplicationResponse {
        bot?: UserResponse;
        bot_public?: boolean;
        bot_require_code_grant?: boolean;
        cover_image?: string;
        custom_install_url?: string;
        description: string;
        flags: number;
        flags_new: string;
        guild_id?: `${bigint}`;
        icon: string | null;
        id: `${bigint}`;
        install_params?: ApplicationOAuth2InstallParamsResponse;
        integration_types_config?: {
            [key: string]: ApplicationIntegrationTypeConfigurationResponse;
        };
        max_participants?: number
        | null;
        name: string;
        primary_sku_id?: `${bigint}`;
        privacy_policy_url?: string;
        rpc_origins?: string[];
        slug?: string;
        tags?: string[];
        terms_of_service_url?: string;
        type: GUILD_ROLE_SUBSCRIPTIONS | null;
        verify_key: string;
    }
    Index

    Properties

    bot_public?: boolean
    bot_require_code_grant?: boolean
    cover_image?: string
    custom_install_url?: string
    description: string
    flags: number
    flags_new: string
    guild_id?: `${bigint}`
    icon: string | null
    id: `${bigint}`
    integration_types_config?: {
        [key: string]: ApplicationIntegrationTypeConfigurationResponse;
    }
    max_participants?: number | null
    name: string
    primary_sku_id?: `${bigint}`
    privacy_policy_url?: string
    rpc_origins?: string[]
    slug?: string
    tags?: string[]
    terms_of_service_url?: string
    verify_key: string