Class InitialMessageCommandResponse.EphemeralResponse

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final SuspendFunction2<InteractionResponseCreateBuilder, MessageCommandInteractionCreateEvent, Unit> builder
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final SuspendFunction2<InteractionResponseCreateBuilder, MessageCommandInteractionCreateEvent, Unit> getBuilder()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InitialMessageCommandResponse.EphemeralResponse

        InitialMessageCommandResponse.EphemeralResponse(SuspendFunction2<InteractionResponseCreateBuilder, MessageCommandInteractionCreateEvent, Unit> builder)
        Parameters:
        builder - Response builder, containing the message content.