declare class ApplicationCommandOptionChannelTypesMixinThis mixin holds channel type symbols used for options.
external addChannelTypes(...channelTypes: RestOrArray<ApplicationCommandOptionAllowedChannelType>) : this
...channelTypes: RestOrArray<ApplicationCommandOptionAllowedChannelType>
Adds channel types to this option.
external setChannelTypes(...channelTypes: RestOrArray<ApplicationCommandOptionAllowedChannelType>) : this
...channelTypes: RestOrArray<ApplicationCommandOptionAllowedChannelType>
Sets the channel types for this option.