Interface JSONApplication

interface JSONApplication {
    approximateGuildCount: number;
    coverImage: null | string;
    createdAt: number;
    customInstallURL?: string;
    description: string;
    flags: number;
    guild: null | JSONOAuthGuild;
    guildID: null | string;
    icon: null | string;
    id: string;
    installParams?: InstallParams;
    interactionsEndpointURL: null | string;
    name: string;
    primarySKUID?: string;
    privacyPolicyURL?: string;
    roleConnectionsVerificationURL: null | string;
    rpcOrigins: string[];
    slug?: string;
    tags?: string[];
    termsOfServiceURL?: string;
    type: null | number;
    verifyKey: string;
}

Hierarchy (view full)

Properties

approximateGuildCount: number
coverImage: null | string
createdAt: number
customInstallURL?: string
description: string
flags: number
guild: null | JSONOAuthGuild
guildID: null | string
icon: null | string
id: string
installParams?: InstallParams
interactionsEndpointURL: null | string
name: string
primarySKUID?: string
privacyPolicyURL?: string
roleConnectionsVerificationURL: null | string
rpcOrigins: string[]
slug?: string
tags?: string[]
termsOfServiceURL?: string
type: null | number
verifyKey: string