Interface WebhookMessageCreateOptions
Properties
Optional
appliedTags
appliedTags?: readonly string[]
Optional
avatarURL
avatarURL?: string
Optional
content
content?: string
Optional
enforceNonce
enforceNonce?: boolean
Optional
poll
Optional
threadId
threadId?: string
Optional
threadName
threadName?: string
Optional
tts
tts?: boolean
Optional
username
username?: string
Optional
withComponents
withComponents?: boolean
Construct a type with the properties of T except for those in type K.