diff --git a/Experiments/ExternalActionManager/DemoBot/Readme.md b/Experiments/ExternalActionManager/DemoBot/Readme.md index 473c4d0..ecbc6b0 100644 --- a/Experiments/ExternalActionManager/DemoBot/Readme.md +++ b/Experiments/ExternalActionManager/DemoBot/Readme.md @@ -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 \ No newline at end of file