Fix Notes and remove Dupe type
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user