Interface MessageCreateOptions

Hierarchy

Properties

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

Generated using TypeDoc