mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
BetId is now a GUID. Converted column from INTEGER to TEXT
This commit is contained in:
@@ -5,7 +5,7 @@ namespace KfChatDotNetBot.Models;
|
||||
public class RainbetBetHistoryModel
|
||||
{
|
||||
[JsonPropertyName("id")]
|
||||
public required int Id { get; set; }
|
||||
public required string Id { get; set; }
|
||||
[JsonPropertyName("value")]
|
||||
public required float Value { get; set; }
|
||||
[JsonPropertyName("payout")]
|
||||
|
||||
Reference in New Issue
Block a user