case class UserCommand[InteractionObj[_]] extends CreatedApplicationCommand with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserCommand
  2. Serializable
  3. Product
  4. Equals
  5. CreatedApplicationCommand
  6. AnyRef
  7. 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
    UserCommandCreatedApplicationCommand
  2. val defaultPermission: Boolean
  3. def description: Option[String]

    Description of the application command.

    Description of the application command.

    Definition Classes
    UserCommandCreatedApplicationCommand
  4. val extra: Map[String, String]

    Extra info associated with the command.

    Extra info associated with the command.

    Definition Classes
    UserCommandCreatedApplicationCommand
  5. val filter: DataInteractionTransformer[CommandInteraction, InteractionObj]
  6. val handle: (InteractionObj[(User, Option[InteractionRawGuildMember])]) => InteractionResponse
  7. 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
    UserCommandCreatedApplicationCommand
  8. def makeCommandOptions: Seq[ApplicationCommandOption]

    Convert the parameters of this command into ApplicationCommandOption s.

    Convert the parameters of this command into ApplicationCommandOption s.

    Definition Classes
    UserCommandCreatedApplicationCommand
  9. val name: String

    Name of the application command.

    Name of the application command.

    Definition Classes
    UserCommandCreatedApplicationCommand
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product