110 111 112
# File 'lib/wechat/message.rb', line 110 def text(content) update(MsgType: 'text', Content: content) end