Interface WebhookMessageCreateOptions
Properties
OptionalappliedTags
appliedTags?: readonly string[]
OptionalavatarURL
avatarURL?: string
Optionalcontent
content?: string
OptionalenforceNonce
enforceNonce?: boolean
Optionalpoll
OptionalthreadId
threadId?: string
OptionalthreadName
threadName?: string
Optionaltts
tts?: boolean
Optionalusername
username?: string
OptionalwithComponents
withComponents?: boolean
Construct a type with the properties of T except for those in type K.