Class AccountChangedEvent

java.lang.Object
com.slack.api.model.event.AccountChangedEvent
All Implemented Interfaces:
Event, Serializable

public class AccountChangedEvent extends Object implements Event
The list of accounts a user is signed into has changed

The accounts_changed event is used by our web client to maintain a list of logged-in accounts. Other clients should ignore this event.

https://api.slack.com/events/accounts_changed

See Also:
  • Field Details

  • Constructor Details

    • AccountChangedEvent

      public AccountChangedEvent()
  • Method Details