interface InteractionEditReplyOptions
extends
WebhookMessageEditOptionsPick<BaseMessageOptionsWithPoll, 'poll'>export interface InteractionEditReplyOptions extends WebhookMessageEditOptions,  Pick<BaseMessageOptionsWithPoll, 'poll'>Options that can be passed into InteractionResponses.
optionalattachments? : readonly (Attachment | MessageEditAttachmentData)[] 
An array of attachments to keep. All attachments will be kept if omitted
Inherited from: MessageEditOptions
Inherited from: MessageEditOptions
optionalflags? :  BitFieldResolvable<Extract<MessageFlagsString, 'SuppressEmbeds' | 'IsComponentsV2'>,    MessageFlags.SuppressEmbeds | MessageFlags.IsComponentsV2>  | undefined 
Which flags to set for the message Only the MessageFlags.SuppressEmbeds flag can be modified.
Inherited from: MessageEditOptions
optionalmessage? : MessageResolvable | '@original' = '@original'
The response to edit
optionalthreadId? : Snowflake 
The id of the thread this message belongs to For interaction webhooks, this property is ignored
Inherited from: WebhookMessageEditOptions
optionalwithComponents? : boolean 
Inherited from: WebhookMessageEditOptions