Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Add action support for log running queries #1

Open
keeakita opened this issue Mar 9, 2016 · 0 comments
Open

Add action support for log running queries #1

keeakita opened this issue Mar 9, 2016 · 0 comments

Comments

@keeakita
Copy link
Owner

keeakita commented Mar 9, 2016

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants
@keeakita and others