Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookCreateMessageData

Hierarchy

  • WebhookCreateMessageData

Index

Properties

allowed_mentions?: <internal>.AllowedMentions
avatar_url?: null | string

avatar url of the webhook

components?: <internal>.ActionRow[]

Components to add to the message

content?: null | string

content of the message

embeds?: <internal>.Embed[]

Array of embed objects

files?: { file: Buffer; name: string }[]

Files that should be uploaded

tts?: null | boolean

send a text to speech message

username?: null | string

username to use for the webhook

Generated using TypeDoc