public Request(int id, SteamID user, int priority, int tradetype, string[] data) { ID = id; User = user; Priority = priority; TradeType = (Bot.TradeTypes)tradetype; Data = data; }