Package com.slack.api.model.event
Class SubteamSelfAddedEvent
java.lang.Object
com.slack.api.model.event.SubteamSelfAddedEvent
- All Implemented Interfaces:
Event,Serializable
The subteam_self_added event is sent to you when you have been added to an existing User Group.
Clients can use this to update their local list of User Groups.
This event is not available to bot user subscriptions in the Events API.
https://docs.slack.dev/reference/events/subteam_self_added
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetEventTs(String eventTs) voidsetSubteamId(String subteamId) 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
-
SubteamSelfAddedEvent
public SubteamSelfAddedEvent()
-
-
Method Details