module Slack::RealTime::Api::Ping

def ping(options = {})


ping spec, so the RTM protocol also supports ping/pong messages.
support the WebSocket
difference between being disconnected and everyone being quiet. Not all web browsers
can easily tell the
Clients should try to quickly detect disconnections, even in idle periods, so that users
def ping(options = {})
  send_json({ type: 'ping', id: next_id }.merge(options))
end