Skip to content

InteractionEditOptions

Extends

  • EditWebhookJSONParams

Properties

content?

optional content: null | string

Inherited from

Webhook.EditWebhookJSONParams.content

Defined in

core/dist/typings/webhook.d.ts:23


embeds?

optional embeds: null | Structure[]

Inherited from

Webhook.EditWebhookJSONParams.embeds

Defined in

core/dist/typings/webhook.d.ts:24


allowed_mentions?

optional allowed_mentions: null | AllowedMentionsStructure

Inherited from

Webhook.EditWebhookJSONParams.allowed_mentions

Defined in

core/dist/typings/webhook.d.ts:25


components?

optional components: null | Structure[]

Inherited from

Webhook.EditWebhookJSONParams.components

Defined in

core/dist/typings/webhook.d.ts:26


attachments?

optional attachments: null | Partial<AttachmentStructure>[]

Inherited from

Webhook.EditWebhookJSONParams.attachments

Defined in

core/dist/typings/webhook.d.ts:27


files?

optional files: LilybirdAttachment[]

Defined in

transformers/src/factories/interaction.ts:73