module Slack::RealTime::Api::Ping

def ping(options = {})


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