object ButtonHandler

Source
ButtonHandler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ButtonHandler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val cacheTransformer: InteractionTransformer[ComponentInteraction, CacheComponentInteraction]

    An InteractionTransformer adding cache information to the interaction.

  2. val guildTransformer: InteractionTransformer[ComponentInteraction, GuildComponentInteraction]

    An InteractionTransformer adding the guild of the component to the interaction.

  3. val resolvedTransformer: InteractionTransformer[ComponentInteraction, ResolvedComponentInteraction]

    An InteractionTransformer adding resolved data structures to the interaction.

  4. val voiceChannelTransformer: InteractionTransformer[ComponentInteraction, VoiceChannelComponentInteraction]

    An InteractionTransformer adding the voice channel of the user using the component to the interaction.