Class PongEvent

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

public class PongEvent
extends Object
implements Event
The pong event is sent in response to a 'ping' message previously sent. The id and other fields will match that of the ping message.

https://api.slack.com/rtm#ping_and_pong

See Also:
Serialized Form