Skip to content

Commit

Permalink
Fix Drop Reason in sendchatmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahsaap authored Aug 7, 2024
1 parent b3dba8d commit 92a4359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ChatMessageInfo
/// The reason the message was dropped, if any.
/// </summary>
[JsonProperty(PropertyName = "drop_reason", NullValueHandling = NullValueHandling.Ignore)]
public DropReason[] DropReason { get; set; } = [];
public DropReason DropReason { get; set; }

}
}

0 comments on commit 92a4359

Please sign in to comment.