interface
StringMappedInteractionTypes
export
interface
StringMappedInteractionTypes
<
Cached
extends
CacheType
=
CacheType
>
Table of contents
Properties
ActionRow
Button
ChannelSelectMenu
MentionableSelectMenu
RoleSelectMenu
StringSelectMenu
UserSelectMenu
Type Parameters
optional
Cached? extends
CacheType
=
CacheType
Properties
ActionRow :
MessageComponentInteraction
<
Cached
>
Button :
ButtonInteraction
<
Cached
>
ChannelSelectMenu :
ChannelSelectMenuInteraction
<
Cached
>
MentionableSelectMenu :
MentionableSelectMenuInteraction
<
Cached
>
RoleSelectMenu :
RoleSelectMenuInteraction
<
Cached
>
StringSelectMenu :
StringSelectMenuInteraction
<
Cached
>
UserSelectMenu :
UserSelectMenuInteraction
<
Cached
>