public class ChannelLeftEvent extends Object implements Event
Clients should respond to this message by closing the channel — this means that when a channel is left from client A, it will automatically be closed in client B.
In addition to this message, all existing members of the channel will receive a channel_leave message event.
https://api.slack.com/events/channel_left
| Constructor and Description |
|---|
ChannelLeftEvent() |
public static final String TYPE_NAME
Copyright © 2019. All Rights Reserved.