From 5713dac312c13d8b1917c5239e1fcf682815fc3b Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Thu, 18 Jan 2024 19:45:14 +0100 Subject: [PATCH] Update Readme.md --- .../ExternalActionManager/DemoBot/Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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