Method: Wework::Api::Methods::Appchat#textcard_appchat_send

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

#textcard_appchat_send(chat_id, textcard = {}) ⇒ Object



45
46
47
# File 'lib/wework/api/methods/appchat.rb', line 45

def textcard_appchat_send chat_id, textcard={}
  appchat_send chat_id, {textcard: textcard, msgtype: 'textcard'}
end