mirror of
https://github.com/awfufu/qbot.git
synced 2026-03-01 13:29:43 +08:00
feat: Adapted to Napcat message sending interface
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user