WeChat.BatchSends.set_speed
You're seeing just the function
set_speed
, go back to WeChat.BatchSends module for more information.
Link to this function
set_speed(client, speed)
Specs
set_speed(WeChat.client(), speed :: integer()) :: WeChat.response()
群发速度 - 设置 - 官方文档
群发速度的级别,是一个0到4的整数,数字越大表示群发速度越慢。
speed 与 realspeed 的关系如下:
speed | realspeed |
---|---|
0 | 80w/分钟 |
1 | 60w/分钟 |
2 | 45w/分钟 |
3 | 30w/分钟 |
4 | 10w/分钟 |