Interface MessageReplyOptions

Hierarchy

Properties

allowedMentions?: MessageMentionOptions
content?: string
embeds?: readonly (APIEmbed | JSONEncodable<APIEmbed>)[]
enforceNonce?: boolean
failIfNotExists?: boolean
flags?: BitFieldResolvable<"SuppressEmbeds" | "SuppressNotifications", SuppressEmbeds | SuppressNotifications>
nonce?: string | number
poll?: PollData
stickers?: readonly StickerResolvable[]
tts?: boolean

Generated using TypeDoc