diff --git a/MiniTwitch.Helix/Responses/ChannelFollowers.cs b/MiniTwitch.Helix/Responses/ChannelFollowers.cs index da1b8a3..6365e33 100644 --- a/MiniTwitch.Helix/Responses/ChannelFollowers.cs +++ b/MiniTwitch.Helix/Responses/ChannelFollowers.cs @@ -9,7 +9,7 @@ public class ChannelFollowers : PaginableResponse public int Total { get; init; } public record Follower( - long FollowerId, + [property: JsonPropertyName("user_id")] long FollowerId, [property: JsonPropertyName("user_login")] string FollowerName, [property: JsonPropertyName("user_name")] string FollowerDisplayName, DateTime FollowedAt