InteractionEditReplyOptions

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