Fix Notes and remove Dupe type

This commit is contained in:
CWX
2025-01-25 14:54:00 +00:00
parent 9c3aab4271
commit 91dbfca547
3 changed files with 9 additions and 7 deletions
@@ -15,7 +15,7 @@ public record NoteActionData : BaseInteractionRequestData
public record Note
{
[JsonPropertyName("Time")]
public long? Time { get; set; }
public double? Time { get; set; }
[JsonPropertyName("Text")]
public string? Text { get; set; }