142 143 144
# File 'lib/wechat/message.rb', line 142 def image(media_id) update(MsgType: 'image', Image: { MediaId: media_id }) end