interface InteractionEditReplyOptions

export interface InteractionEditReplyOptions extends WebhookMessageEditOptions,  Pick<BaseMessageOptionsWithPoll, 'poll'>

Options that can be passed into InteractionResponses.

optional
attachments? : readonly (Attachment | MessageEditAttachmentData)[]

An array of attachments to keep. All attachments will be kept if omitted

Inherited from: MessageEditOptions

optional
content? : string | null

Inherited from: MessageEditOptions

Which flags to set for the message Only the MessageFlags.SuppressEmbeds flag can be modified.

Inherited from: MessageEditOptions

optional
message? : MessageResolvable | '@original' = '@original'

The response to edit

optional
threadId? : Snowflake

The id of the thread this message belongs to For interaction webhooks, this property is ignored

Inherited from: WebhookMessageEditOptions