1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-08 20:20:23 +08:00

统一Message结构体

This commit is contained in:
源文雨
2023-11-16 22:57:47 +09:00
parent d2f8a94e75
commit 947bcc5121
12 changed files with 88 additions and 225 deletions

View File

@@ -1,10 +1,5 @@
package nano
type IDTimestampMessageResult struct {
ID string `json:"id"`
Timestamp int `json:"timestamp"`
}
// QQRobotStatus https://bot.q.qq.com/wiki/develop/api-231017/server-inter/group.html#%E4%BA%8B%E4%BB%B6
type QQRobotStatus struct {
OpenID string `json:"openid"`