Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookCreateMessageData

Hierarchy

  • WebhookCreateMessageData

Index

Properties

allowed_mentions?: <internal>.AllowedMentions
attachments?: Partial<<internal>.Attachment>[]

attachment objects with filename and description

avatar_url?: string

avatar url of the webhook

components?: <internal>.ActionRow[]

Components to add to the message

content?: string

content of the message

embeds?: <internal>.Embed[]

Array of embed objects

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

Files that should be uploaded

flags?: number

message flags combined as a bitfield (only SUPPRESS_EMBEDS can be set)

tts?: boolean

send a text to speech message

username?: string

username to use for the webhook

Generated using TypeDoc