Class ChannelCreatedEvent

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

public class ChannelCreatedEvent extends Object implements Event
The channel_created event is sent to all connections for a workspace when a new channel is created. Clients can use this to update their local cache of non-joined channels.

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

See Also: