Method: Wechat::Message#markdown
- Defined in:
- lib/wechat/message.rb
#markdown(content) ⇒ Object
124 125 126 127 128 |
# File 'lib/wechat/message.rb', line 124 def markdown(content) update(MsgType: 'markdown', Markdown: { content: content }) end |