mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
fix: group digest struct field.
This commit is contained in:
parent
cd9830b977
commit
1d68826cef
@ -196,13 +196,13 @@ type (
|
|||||||
|
|
||||||
// GroupDigest 群精华消息
|
// GroupDigest 群精华消息
|
||||||
GroupDigest struct {
|
GroupDigest struct {
|
||||||
GroupCode string `json:"group_code"`
|
GroupCode int64 `json:"group_code,string"`
|
||||||
MessageID uint32 `json:"msg_seq"`
|
MessageID uint32 `json:"msg_seq"`
|
||||||
InternalMessageID uint32 `json:"msg_random"`
|
InternalMessageID uint32 `json:"msg_random"`
|
||||||
SenderUin string `json:"sender_uin"`
|
SenderUin int64 `json:"sender_uin,string"`
|
||||||
SenderNick string `json:"sender_nick"`
|
SenderNick string `json:"sender_nick"`
|
||||||
SenderTime int64 `json:"sender_time"`
|
SenderTime int64 `json:"sender_time"`
|
||||||
AddDigestUin string `json:"add_digest_uin"`
|
AddDigestUin int64 `json:"add_digest_uin,string"`
|
||||||
AddDigestNick string `json:"add_digest_nick"`
|
AddDigestNick string `json:"add_digest_nick"`
|
||||||
AddDigestTime int64 `json:"add_digest_time"`
|
AddDigestTime int64 `json:"add_digest_time"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user