mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
feat: joinRequest add member Invite info
This commit is contained in:
parent
b12e45fea9
commit
38c56e521f
@ -32,6 +32,8 @@ type (
|
||||
RequesterNick string `json:"requester_nick"`
|
||||
GroupCode int64 `json:"group_id"`
|
||||
GroupName string `json:"group_name"`
|
||||
ActionUinNick string `json:"action_uin_nick"`
|
||||
ActionUin int64 `json:"action_uin"`
|
||||
|
||||
Checked bool `json:"checked"`
|
||||
Actor int64 `json:"actor"`
|
||||
@ -249,6 +251,8 @@ func decodeSystemMsgGroupPacket(c *QQClient, _ *incomingPacketInfo, payload []by
|
||||
Actor: st.Msg.ActorUin,
|
||||
Suspicious: len(st.Msg.WarningTips) > 0,
|
||||
client: c,
|
||||
ActionUin: st.Msg.ActionUin,
|
||||
ActionUinNick: st.Msg.ActionUinQqNick,
|
||||
})
|
||||
default:
|
||||
c.Error("unknown group message type: %v", st.Msg.GroupMsgType)
|
||||
|
Loading…
x
Reference in New Issue
Block a user