c

ackcord.interactions.commands

SlashCommandGroup

case class SlashCommandGroup extends SlashCommandOrGroup with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SlashCommandGroup
  2. Serializable
  3. Product
  4. Equals
  5. SlashCommandOrGroup
  6. CreatedApplicationCommand
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def commandType: ApplicationCommandType

    The application command type.

    The application command type.

    Definition Classes
    SlashCommandOrGroupCreatedApplicationCommand
  2. val commands: Seq[SlashCommandOrGroup]
  3. val defaultPermission: Boolean
  4. val description: Option[String]

    Description of the application command.

    Description of the application command.

    Definition Classes
    SlashCommandGroupCreatedApplicationCommand
  5. val extra: Map[String, String]

    Extra info associated with the command.

    Extra info associated with the command.

    Definition Classes
    SlashCommandGroupCreatedApplicationCommand
  6. def handleRaw(clientId: String, rawInteraction: RawInteraction, cacheSnapshot: Option[CacheSnapshot]): InteractionResponse

    Handle an interaction with the application command.

    Handle an interaction with the application command.

    Definition Classes
    SlashCommandGroupCreatedApplicationCommand
  7. def makeCommandOptions: Seq[ApplicationCommandOption]

    Convert the parameters of this command into ApplicationCommandOption s.

    Convert the parameters of this command into ApplicationCommandOption s.

    Definition Classes
    SlashCommandGroupCreatedApplicationCommand
  8. val name: String

    Name of the application command.

    Name of the application command.

    Definition Classes
    SlashCommandGroupCreatedApplicationCommand
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def toCommandOption: ApplicationCommandOption

    Convert this command to an ApplicationCommandOption.

    Convert this command to an ApplicationCommandOption.

    Definition Classes
    SlashCommandGroupSlashCommandOrGroup