GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIApplicationCommandChannelOption

API/Interfaces/APIApplicationCommandChannelOption
seyfert/lib/types/payloads/_interactions/_applicationCommands/_chatInput/channel.d.ts

Signature

export interface APIApplicationCommandChannelOption extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.Channel>

Properties

1
channel_types

Methods

0

No methods.

Properties

channel_types#
channel_types?: Exclude<ChannelType, ChannelType.DM | ChannelType.GroupDM>[];