submodule对gitea不管用,所以直接拉了一份拉格兰
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Lagrange.OneBot.Core.Entity;
|
||||
|
||||
public class OneBotFriendGroup(uint groupId, string groupName)
|
||||
{
|
||||
[JsonPropertyName("group_id")] public uint GroupId { get; set; } = groupId;
|
||||
|
||||
[JsonPropertyName("group_name")] public string GroupName { get; set; } = groupName;
|
||||
}
|
||||
Reference in New Issue
Block a user