export interface InteractionEditReplyOptions extends WebhookMessageEditOptions, MessageOptionsPollOptions 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, 'IsComponentsV2' | 'SuppressEmbeds'>, MessageFlags.IsComponentsV2 | MessageFlags.SuppressEmbeds> | undefined
Which flags to set for the message Only the MessageFlags flag can be modified.
Inherited from: MessageEditOptions
optionalmessage? : MessageResolvable | '@original' = '@original'
The response to edit
optionalpoll? : JSONEncodable<RESTAPIPoll> | PollData
Inherited from: MessageOptionsPoll
optionalthreadId? : Snowflake
The id of the thread this message belongs to For interaction webhooks, this property is ignored
Inherited from: WebhookMessageEditOptions
optionalwithComponents? : boolean
Whether to allow sending non-interactive components in the message. For application-owned webhooks, this property is ignored
Inherited from: WebhookMessageEditOptions