feat: 添加 SendForward 函数以支持消息转发,并更新 GenSendPkg 函数以处理转发逻辑

This commit is contained in:
lixiangwuxian
2025-04-10 00:18:06 +08:00
parent 58cc070c81
commit 6b43a7bb4e
4 changed files with 55 additions and 18 deletions

View File

@@ -5,4 +5,5 @@ const (
GROUP_MSG = "group"
PRIVATE_MSG_SEND = "send_private_msg"
GROUP_MSG_SEND = "send_group_msg"
FORWARD_MSG_SEND = "send_forward_msg"
)