Package com.slack.api.model.event
Class ChannelDeletedEvent
java.lang.Object
com.slack.api.model.event.ChannelDeletedEvent
- All Implemented Interfaces:
Event,Serializable
The channel_deleted event is sent to all connections for a workspace when a channel is deleted.
Clients can use this to update their local cache of non-joined channels.
https://docs.slack.dev/reference/events/channel_deleted
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetActorId(String actorId) voidsetChannel(String channel) voidsetEventTs(String eventTs) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
ChannelDeletedEvent
public ChannelDeletedEvent()
-
-
Method Details