Interface WebhookMessageCreateOptions

Hierarchy

Properties

allowedMentions?: MessageMentionOptions
appliedTags?: readonly string[]
avatarURL?: string
content?: string
embeds?: readonly (APIEmbed | JSONEncodable<APIEmbed>)[]
enforceNonce?: boolean
flags?: BitFieldResolvable<"SuppressEmbeds" | "SuppressNotifications", SuppressEmbeds | SuppressNotifications>
poll?: PollData
threadId?: string
threadName?: string
tts?: boolean
username?: string

Generated using TypeDoc