feat: Adapted to Napcat message sending interface

This commit is contained in:
2025-12-05 11:31:14 +08:00
parent 89308851ae
commit e4b968f919
83 changed files with 673 additions and 281 deletions

View File

@@ -256,3 +256,12 @@ type QiDianAccountInfo struct {
Account uint64 `json:"account"`
Nickname string `json:"nickname"`
}
type Segment struct {
Type string `json:"type"`
Data map[string]any `json:"data"`
}
type News struct {
Text string `json:"text"`
}