Interface InteractionReplyOptions

Hierarchy

Properties

allowedMentions?: MessageMentionOptions
content?: string
embeds?: readonly (APIEmbed | JSONEncodable<APIEmbed>)[]
ephemeral?: boolean
fetchReply?: boolean
flags?: BitFieldResolvable<"SuppressEmbeds" | "Ephemeral" | "SuppressNotifications", SuppressEmbeds | Ephemeral | SuppressNotifications>
poll?: PollData
tts?: boolean

Generated using TypeDoc