155 156 157
# File 'lib/wechat/message.rb', line 155 def file(media_id) update(MsgType: 'file', File: { MediaId: media_id }) end