📝
SlashDiscord.js
  • SlashDiscord.js (1.0.0)
  • Getting Started
    • Installation
    • Creating your first command
    • Inviting your bot
    • Sharding
  • Documentation
    • SlashCommandHandler
      • SlashCommandOptions
      • ClientLike
    • SlashCommand
      • ApplicationCommand
      • ApplicationCommandOption
      • ApplicationCommandChoice
      • ApplicationCommandType
    • SlashGuild
    • Interaction
      • IInteraction
      • InteractionData
      • InteractionOption<T = any>
      • InteractionType
      • InteractionFunction
      • InteractionMessageType
    • InteractionMessage
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. Interaction

InteractionMessageType

Used in the Interacton.reply and interaction.send functions

Possible types:

  • Discord.MessageEmbed

  • String

PreviousInteractionFunctionNextInteractionMessage

Last updated 4 years ago

Was this helpful?