1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-07 19:50:24 +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

@@ -70,8 +70,8 @@ type Handler struct {
OnAudioOrLiveChannelMemberExit func(s uint32, bot *Bot, d *AudioLiveChannelUsersChange)
// QQ (1<<25) QQ 的一堆事件
OnC2cMessageCreate func(s uint32, bot *Bot, d *MessageV2)
OnGroupAtMessageCreate func(s uint32, bot *Bot, d *MessageV2)
OnC2cMessageCreate func(s uint32, bot *Bot, d *Message)
OnGroupAtMessageCreate func(s uint32, bot *Bot, d *Message)
OnGroupAddRobot func(s uint32, bot *Bot, d *QQRobotStatus)
OnGroupDelRobot func(s uint32, bot *Bot, d *QQRobotStatus)
OnGroupMsgReject func(s uint32, bot *Bot, d *QQRobotStatus)