Skip to content

Commit

Permalink
在ob也加一个
Browse files Browse the repository at this point in the history
  • Loading branch information
sisi0318 committed Nov 4, 2024
1 parent 4928500 commit 03facee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ public class OneBotGetAiCharacters
{
[JsonPropertyName("group_id")] public uint GroupId { get; set; } = 42;

[JsonPropertyName("chat_type")] public uint ChatType { get; set; }
[JsonPropertyName("chat_type")] public uint ChatType { get; set; } = 1; //1 voice,2 song
}

0 comments on commit 03facee

Please sign in to comment.