module MessengerClient module Message Image = Base.new(:id, :timestamp, :sender, :url) end end