-
比如我想实现定时任务中发送消息或收到群聊消息后向用户发送私聊,应该如何实现?目前我看send方法均基于event来判断发送的对象。 |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Aug 27, 2021
Replies: 1 comment 1 reply
-
在定时任务中直接调用api进行发送 例如
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stdrc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在定时任务中直接调用api进行发送
例如