我在用 Stealth
如何在慢任务之前启用键入指示器,发送带有结果的答复,以及在之后禁用键入指示器?像这样:
class HellosController < BotController def say_hello # enable_typing_indicator # Execute a expensive task send_replies # disable_typing_indicator end end
有可能吗?有道理?另一种方式?