feat: 添加 SendForward 函数以支持消息转发,并更新 GenSendPkg 函数以处理转发逻辑
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user