Update Readme.md

This commit is contained in:
Florian Zevedei 2024-01-18 19:48:44 +01:00
parent 0d3979bbab
commit 976f1da602

View File

@ -4,7 +4,7 @@ Idea of this experiment is to find a good intuitive way for handling "Unhandled
Right now they are "thrown" into an event handler and you have to take care over them on yourself.
Source of them would be in most cases Telegram Bot messages which has an Inlinekeyboard attached.
Source of them would be in most cases Telegram Bot messages which has an Inlinekeyboard attached and comes from outside of the framework. (via webservice or other remote channels)
And the button press should navigate to a different form, or invoke a different action.
@ -24,5 +24,6 @@ And the button press should navigate to a different form, or invoke a different
- adding an Action for int and/or long datatypes
-
Begin: 18.01.2024