GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIBaseApplicationCommandInteractionData

API/Interfaces/APIBaseApplicationCommandInteractionData
seyfert/lib/types/payloads/_interactions/_applicationCommands/internals.d.ts

Signature

export interface APIBaseApplicationCommandInteractionData<Type extends ApplicationCommandType>

Properties

4
idtypenameguild_id

Methods

0

No methods.

Properties

id#
id: Snowflake;
type#
type: Type;
name#
name: string;
guild_id#
guild_id?: Snowflake;