Package com.slack.api.model.event
Class ChannelSharedEvent
java.lang.Object
com.slack.api.model.event.ChannelSharedEvent
- All Implemented Interfaces:
Event,Serializable
The channel_shared event is sent to all event subscriptions
when a new shared channel is created or a channel is converted into a shared channel.
It's also triggered when an external workspace is added to an existing shared channel.
https://docs.slack.dev/reference/events/channel_shared
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetChannel(String channel) voidsetConnectedTeamId(String connectedTeamId) 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
-
ChannelSharedEvent
public ChannelSharedEvent()
-
-
Method Details