class QyWechat::ImageResponseMessage

Public Class Methods

new() click to toggle source
Calls superclass method QyWechat::ResponseMessage::new
# File lib/qy_wechat/message/response_message.rb, line 144
def initialize
  super
  @MsgType = 'image'
end