InteractionShorter
Signature
export declare class InteractionShorter extends BaseShorterProperties
0No properties.
Methods
8Methods
reply(id: string, token: string, body: ReplyInteractionBody, withResponse?: boolean): Promise<RESTPostAPIInteractionCallbackWithResponseResult | undefined>;fetchResponse(token: string, messageId: string, threadId?: string): Promise<WebhookMessageStructure>;fetchOriginal(token: string): Promise<WebhookMessageStructure>;editMessage(token: string, messageId: string, body: InteractionMessageUpdateBodyRequest): Promise<WebhookMessageStructure>;editOriginal(token: string, body: InteractionMessageUpdateBodyRequest): Promise<WebhookMessageStructure>;deleteResponse(token: string, messageId: string): Promise<void>;deleteOriginal(token: string): Promise<void>;followup(token: string, { files, ...body }: MessageWebhookCreateBodyRequest): Promise<WebhookMessageStructure>;