diff --git a/TwitchLib.Api.Helix.Models/Channels/SendChatMessage/ChatMessageInfo.cs b/TwitchLib.Api.Helix.Models/Channels/SendChatMessage/ChatMessageInfo.cs index acbbd620..f2feb4d2 100644 --- a/TwitchLib.Api.Helix.Models/Channels/SendChatMessage/ChatMessageInfo.cs +++ b/TwitchLib.Api.Helix.Models/Channels/SendChatMessage/ChatMessageInfo.cs @@ -18,7 +18,7 @@ public class ChatMessageInfo /// The reason the message was dropped, if any. /// [JsonProperty(PropertyName = "drop_reason", NullValueHandling = NullValueHandling.Ignore)] - public DropReason[] DropReason { get; set; } = []; + public DropReason DropReason { get; set; } } }