Method: Wework::Api::Methods::Appchat#text_appchat_send

Defined in:
lib/wework/api/methods/appchat.rb

#text_appchat_send(chat_id, content) ⇒ Object



25
26
27
# File 'lib/wework/api/methods/appchat.rb', line 25

def text_appchat_send chat_id, content
  appchat_send chat_id, {text: {content: content}, msgtype: 'text'}
end