Package com.slack.api.model.event
Class GroupHistoryChangedEvent
java.lang.Object
com.slack.api.model.event.GroupHistoryChangedEvent
- All Implemented Interfaces:
Event,Serializable
public class GroupHistoryChangedEvent extends Object implements Event
A group_history_changed event is sent to all clients in a private channel when bulk changes have occurred to that group's history.
When clients receive this message they should reload chat history for the private channel
if they have any cached messages before latest.
https://api.slack.com/events/group_history_changed
- See Also:
- Serialized Form
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
GroupHistoryChangedEvent
public GroupHistoryChangedEvent()
-
-
Method Details