interface InteractionEditReplyOptions
extends
WebhookMessageEditOptionsPick<BaseMessageOptionsWithPoll, 'poll'>export interface InteractionEditReplyOptions extends WebhookMessageEditOptions, Pick<BaseMessageOptionsWithPoll, 'poll'>
Options that can be passed into InteractionResponses.
Array<Attachment> attachments :
Attachments to send with the message
Inherited from: WebhookMessageEditOptions
optionalMessageResolvable | '@original' = '@original' message? :
The response to edit
optionalSnowflake threadId? :
The id of the thread this message belongs to For interaction webhooks, this property is ignored
Inherited from: WebhookMessageEditOptions