mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 19:43:49 +08:00
update raw.
This commit is contained in:
parent
aa77810491
commit
289b96f187
@ -754,7 +754,8 @@ func (bot *CQBot) CQGetMessage(messageId int32) MSG {
|
||||
"user_id": sender.Uin,
|
||||
"nickname": sender.Nickname,
|
||||
},
|
||||
"time": msg["time"],
|
||||
"time": msg["time"],
|
||||
"message_raw": raw,
|
||||
"message": ToFormattedMessage(bot.ConvertStringMessage(raw, isGroup), func() int64 {
|
||||
if isGroup {
|
||||
return gid.(int64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user