InteractionReplyOptions

interface InteractionReplyOptions

Options for replying to an interaction.

exported from lib.weeble.d

Properties

Property

Type

Description

allowedMentions?

AllowedMentions

Controls which mentions are delivered.

components?

Component[]

Interactive components.

content?

string

Message body text.

embeds?

EmbedLike[]

Rich embeds to attach.

ephemeral?

boolean

Indicates whether this reply should only be visible to the interacting user.

files?

AttachmentInput[]

Files to upload.

poll?

PollCreateOptions

Poll to include with the reply.

tts?

boolean

Indicates whether this is a text-to-speech message.