Skip to content

Commit

Permalink
[OneBot] add missing field to OneBotGroupFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan04 committed Mar 4, 2024
1 parent e0aa8dd commit 1962454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lagrange.OneBot/Core/Entity/Notify/OneBotGroupFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ public class OneBotFileInfo(string id, string name, ulong size)
[JsonPropertyName("name")] public string Name { get; set; } = name;

[JsonPropertyName("size")] public ulong Size { get; set; } = size;

[JsonPropertyName("busid")] public uint BusId { get; set; }
}

0 comments on commit 1962454

Please sign in to comment.