Client.ask #42
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Checklist
Description
I would like to propose a new feature. The feature is called
ask
, which will function as a listener with a timeout mechanism. This command is intended to improve interaction by waiting for a user response within a specified time limit. If no response is received within the allotted time, the process can continue with a default action or timeout behavior.reply_command = (await client.ask(message.chat.id, timeout=90)).text
The text was updated successfully, but these errors were encountered: