-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feature: register-next-step-handler (#35) * Handle filters if sync will use run_in_executor (#34) * async and sync for handler config (#36) * Support async and sync config handler * double import * feat: implement register_next_step_handler with execution of the registered callback (#37) * feat: receive listener data as list (#38) * feat: accept lists as chat_id, user_id, message_id and inline_message_id on listen, ask and wait_for_click * feat: accept lists as chat_id, user_id, message_id and inline_message_id on listen, ask and wait_for_click * async and sync for handler config (#36) * Support async and sync config handler * double import * feat: implement register_next_step_handler with execution of the registered callback (#37) * async and sync for handler config (#36) * Support async and sync config handler * double import --------- Co-authored-by: Juan Simon .D <[email protected]> * feat!: make stop_listening async and create stop_listener * docs: bump year on copyright * feat: accept usernames in listen (#39) * feat: accept usernames as chat_id and user_id on listen, ask and wait_for_click * Delete CNAME * Create CNAME * hotfix: fix syntax error * hotfix: fix login of lists in identifiers, fix call to remove_listener on future done * feat: add startup logs * docs: mention twice the telegram group in readme * feat: make register_next_step_handler support lists --------- Co-authored-by: Juan Simon .D <[email protected]>
- Loading branch information
1 parent
8dbea4f
commit 0753e21
Showing
8 changed files
with
189 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.