Interface Event

    • Method Detail

      • getSource

        Source getSource()
        Get event source.
      • getTimestamp

        java.time.Instant getTimestamp()
        Time of the event.
      • getMode

        EventMode getMode()
        Channel state.
        active
        The channel is active. You can send a reply message or push message from the bot server that received this webhook event.
        standby (under development)
        The channel is waiting. The bot server that received this webhook event shouldn't send any messages.