Package com.slack.api.model.event
Class ImHistoryChangedEvent
java.lang.Object
com.slack.api.model.event.ImHistoryChangedEvent
- All Implemented Interfaces:
Event,Serializable
public class ImHistoryChangedEvent extends Object implements Event
A im_history_changed event is sent to all clients in a DM channel When bulk changes have occurred to that DM channel's history.
When clients receive this message they should reload chat history for the channel if they have any cached messages before latest.
These bulk changes may be the result of data importation or bulk action taken by an administrator.
https://api.slack.com/events/im_history_changed
- See Also:
- Serialized Form
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ImHistoryChangedEvent
public ImHistoryChangedEvent()
-
-
Method Details