Class MessageEvent

java.lang.Object
com.slack.api.model.event.MessageEvent
All Implemented Interfaces:
Event, Serializable

public class MessageEvent
extends Object
implements Event
A message is delivered from several sources:

- They are sent via the Real Time Messaging API when a message is sent to a channel to which you subscribe. This message should immediately be displayed in the client. - They are returned via calls to channels.history, im.history or groups.history - They are returned as latest property on channel, group and im objects.

https://api.slack.com/events/message

See Also:
Serialized Form