interface MappedInteractionTypes<Cached extends boolean = boolean> {
    "2": ButtonInteraction<If<Cached, "cached", CacheType>>;
    "3": StringSelectMenuInteraction<If<Cached, "cached", CacheType>>;
    "5": UserSelectMenuInteraction<If<Cached, "cached", CacheType>>;
    "6": RoleSelectMenuInteraction<If<Cached, "cached", CacheType>>;
    "7": MentionableSelectMenuInteraction<If<Cached, "cached", CacheType>>;
    "8": ChannelSelectMenuInteraction<If<Cached, "cached", CacheType>>;
}

Type Parameters

  • Cached extends boolean = boolean

Properties

2 3 5 6 7 8

Properties