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