Package com.slack.api.model.event
Class PongEvent
java.lang.Object
com.slack.api.model.event.PongEvent
- All Implemented Interfaces:
Event,Serializable
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://docs.slack.dev/legacy/legacy-rtm-api#ping-pong
- See Also:
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
PongEvent
public PongEvent()
-
-
Method Details