Class IntegrationUpdateEvent


  • public class IntegrationUpdateEvent
    extends Event
    Dispatched when an integration is updated. This event is dispatched by Discord.
    See Also:
    Integration Update
    • Method Detail

      • 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.