You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
A user suggested something that they did in their bot:
Since the player query takes some time to retrieve, you should consider using sendChatAction(chat_id, action) so we know that the bot is alive
action being 'typing' or something else
(Note that they were talking about Python, the name of this command might be different in the Ruby API).
In short, the bot should call this method as soon as it starts processing a command, and possibly a cancellation method (I haven't looked much into this)
The text was updated successfully, but these errors were encountered:
A user suggested something that they did in their bot:
(Note that they were talking about Python, the name of this command might be different in the Ruby API).
In short, the bot should call this method as soon as it starts processing a command, and possibly a cancellation method (I haven't looked much into this)
The text was updated successfully, but these errors were encountered: