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