Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateMessageData

Hierarchy

  • CreateMessageData

Index

Properties

allowed_mentions?: <internal>.AllowedMentions

Allowed mentions for the message

attachments?: <internal>.Attachment[]
components?: <internal>.ActionRow[]

Components to add to the message

content?: null | string

Content of the message

embeds?: <internal>.Embed[]

Array of Embeds to send

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

Files that should be uploaded

message_reference?: <internal>.MessageReference

Reply to a message

nonce?: string | number

'a nonce that can be used for optimistic message sending'

sticker_ids?: string[]
tts?: null | boolean

if this message is text-to-speech

Generated using TypeDoc