146 147 148
# File 'lib/wechat/message.rb', line 146 def voice(media_id) update(MsgType: 'voice', Voice: { MediaId: media_id }) end