Class IntegrationUpdateEvent

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

public class IntegrationUpdateEvent extends Event
Dispatched when an integration is updated. 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 updated integration.
      Returns:
      The updated integration.