Method: Wework::Api::Methods::Appchat#file_appchat_send

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

#file_appchat_send(chat_id, media_id) ⇒ Object



37
38
39
# File 'lib/wework/api/methods/appchat.rb', line 37

def file_appchat_send chat_id, media_id
  appchat_send chat_id, {file: {media_id: media_id}, msgtype: 'file'}
end