We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果同时发送的话,会造成刷屏,而且在有发送频率限制的群里,会导致部分消息无法发送
不同时发送大量消息是指:把要同时发送的内容合并到一个消息中
The text was updated successfully, but these errors were encountered:
feat(manager): add slow send (#985)
817c4fa
建议:打包发送时,如果只有一条消息,则直接发送
Sorry, something went wrong.
No branches or pull requests
如果同时发送的话,会造成刷屏,而且在有发送频率限制的群里,会导致部分消息无法发送
不同时发送大量消息是指:把要同时发送的内容合并到一个消息中
The text was updated successfully, but these errors were encountered: