Classgatewayv0.2.1-next.0
class ReplySender extends BaseReplySender<
SentMessage,
GatewayFile
>Member visibility
Filter class members by access level.
ReplySender(
interaction: Repliables,
routeId: string,
bus: Bus
)Showing members with Protected visibility and higher.
protected guardModalSource(): voidprotected async writeEditOriginal(
response: GatewayReplyResponse | string
): Promise<SentMessage>protected async writeEditTarget(
targetId: string,
response: GatewayReplyResponse | string
): Promise<SentMessage>protected async writeFollowUp(
response: GatewayReplyResponse | string,
opts?: SendOpts
): Promise<SentMessage>protected async writeModal(
data: APIModalInteractionResponseCallbackData
): Promise<void>protected async writeReply(
response: GatewayReplyResponse | string,
opts?: SendOpts
): Promise<SentMessage | undefined>protected async writeUpdate(
response: GatewayReplyResponse | string
): Promise<SentMessage | undefined>