Class IntegrationCreateEvent

java.lang.Object
discord4j.core.event.domain.Event
discord4j.core.event.domain.integration.IntegrationCreateEvent

public class IntegrationCreateEvent extends Event
Dispatched when an integration is created. This event is dispatched by Discord.
See Also:
  • Constructor Details

  • Method Details

    • getGuildId

      public Snowflake getGuildId()
      Gets the id of the guild.
      Returns:
      The id of the guild.
    • getIntegration

      public Integration getIntegration()
      Gets the integration created.
      Returns:
      The integration created.