Interface InteractionOptionsBase

interface InteractionOptionsBase {
    focused?: boolean;
    name: string;
    type: ApplicationCommandOptionTypes;
}

Hierarchy (view full)

Properties

Properties

focused?: boolean
name: string