class QyWechat::VoiceMessage

<xml>

<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[fromUser]]></FromUserName>
<CreateTime>1376632760</CreateTime>
<MsgType><![CDATA[voice]]></MsgType>
<MediaId><![CDATA[Qyb0tgux6QLjhL6ipvFZJ-kUt2tcQtkn0BU365Vt3wUAtqfGam4QpZU35RXVhv6G]]></MediaId>
<Format><![CDATA[amr]]></Format>
<MsgId>5912592682802219078</MsgId>
<Recognition><![CDATA[]]></Recognition>

</xml>

Public Instance Methods

Format() click to toggle source
# File lib/qy_wechat/message/message.rb, line 141
def Format
  @source.Format
end
MediaId() click to toggle source
# File lib/qy_wechat/message/message.rb, line 137
def MediaId
  @source.MediaId
end