diff --git a/Experiments/ExternalActionManager/DemoBot/Readme.md b/Experiments/ExternalActionManager/DemoBot/Readme.md index 529a7b0..473c4d0 100644 --- a/Experiments/ExternalActionManager/DemoBot/Readme.md +++ b/Experiments/ExternalActionManager/DemoBot/Readme.md @@ -8,4 +8,21 @@ Source of them would be in most cases Telegram Bot messages which has an Inlinek And the button press should navigate to a different form, or invoke a different action. + +## How does it work ? + + +- Open the Bot +- Run the "/start" command +- Now you are on the only FormBase where you can get without interaction +- Use the "/test" command to invoke an "outside" message with some different buttons. +- Use them to navigate to different "hidden" forms + + +## Future ideas + +- adding an Action for int and/or long datatypes + + + Begin: 18.01.2024 \ No newline at end of file