Interface APIBaseApplicationCommandInteractionData<Type>

interface APIBaseApplicationCommandInteractionData<
    Type extends ApplicationCommandType,
> {
    guild_id?: string;
    id: string;
    name: string;
    type: Type;
}

Type Parameters

Hierarchy (View Summary)

Properties

Properties

guild_id?: string
id: string
name: string
type: Type