class QyWechat::TextResponseMessage

<xml> <ToUserName>]></ToUserName> <FromUserName>]></FromUserName> <CreateTime>12345678</CreateTime> <MsgType>]></MsgType> <Content>]></Content> </xml>

Public Class Methods

new() click to toggle source
# File lib/qy_wechat/message/response_message.rb, line 33
def initialize
  super
  @MsgType = 'text'
end