module Slack::RealTime::Api::Typing
def typing(options = {})
(**options)
-
:channel
(channel
) --
def typing(options = {}) throw ArgumentError.new('Required arguments :channel missing') if options[:channel].nil? send_json({ type: 'typing', id: next_id }.merge(options)) end