mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-07 19:50:24 +08:00
统一Message结构体
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user