Method: Wework::Api::Methods::Appchat#image_appchat_send
- Defined in:
- lib/wework/api/methods/appchat.rb
#image_appchat_send(chat_id, media_id) ⇒ Object
29 30 31 |
# File 'lib/wework/api/methods/appchat.rb', line 29 def image_appchat_send chat_id, media_id appchat_send chat_id, {image: {media_id: media_id}, msgtype: 'image'} end |