Classgatewayv0.1.4
RepliableHandler
Shared base the repliable interaction handlers extend.
Not a public entry point. Extend SlashHandler, ButtonHandler, ModalHandler, SelectMenuHandler, or ContextMenuHandler instead. This class binds the core reply base to the gateway sender.
abstract class RepliableHandler<
Event extends Repliables
> extends RepliableHandler<
Event,
Core,
SentMessage,
GatewayFile,
ReplySender
>Member visibility
Filter class members by access level.
Showing members with Protected visibility and higher.
Methods
Event
The repliable interaction type this handler processes
Event extends Repliablesprotected buildSender(
event: Event,
core: Core,
routeId: string
): ReplySender