1- using System ;
21using Newtonsoft . Json ;
32
43namespace DeepBotPointExtractor . Models
@@ -11,22 +10,22 @@ public class User
1110 [ JsonProperty ( PropertyName = "points" ) ]
1211 public decimal Points { get ; set ; }
1312
14- [ JsonProperty ( PropertyName = "watch_time" ) ]
15- public decimal WatchTime { get ; set ; }
13+ // [JsonProperty(PropertyName = "watch_time")]
14+ // public decimal WatchTime {get;set;}
1615
17- [ JsonProperty ( PropertyName = "vip" ) ]
18- public int Vip { get ; set ; }
16+ // [JsonProperty(PropertyName = "vip")]
17+ // public int Vip {get;set;}
1918
20- [ JsonProperty ( PropertyName = "mod" ) ]
21- public int Mod { get ; set ; }
19+ // [JsonProperty(PropertyName = "mod")]
20+ // public int Mod {get;set;}
2221
23- [ JsonProperty ( PropertyName = "join_date" ) ]
24- public DateTime JoinDate { get ; set ; }
22+ // [JsonProperty(PropertyName = "join_date")]
23+ // public DateTime JoinDate {get;set;}
2524
26- [ JsonProperty ( PropertyName = "last_seen" ) ]
27- public DateTime LastSeen { get ; set ; }
25+ // [JsonProperty(PropertyName = "last_seen")]
26+ // public DateTime LastSeen {get;set;}
2827
29- [ JsonProperty ( PropertyName = "vip_expiry" ) ]
30- public DateTime VipExpiry { get ; set ; }
28+ // [JsonProperty(PropertyName = "vip_expiry")]
29+ // public DateTime VipExpiry {get;set;}
3130 }
3231}
0 commit comments