typealias RepliableInteraction

export type RepliableInteraction<Cached extends CacheType = CacheType> = Exclude<Interaction<Cached>, AutocompleteInteraction<Cached>>;

Constructors

constructor()

Type Parameters

optional
Cached? extends CacheType = CacheType