diff --git a/oAuthTwitterWrapper/JsonTypes/User.cs b/oAuthTwitterWrapper/JsonTypes/User.cs index 150bf0b..d2071ff 100644 --- a/oAuthTwitterWrapper/JsonTypes/User.cs +++ b/oAuthTwitterWrapper/JsonTypes/User.cs @@ -14,7 +14,7 @@ public class User { [JsonProperty("id")] - public int Id { get; set; } + public double Id { get; set; } [JsonProperty("id_str")] public string IdStr { get; set; }