mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-21 15:15:09 +00:00
Explain data flow in interactive chats (finally)
This commit is contained in:
parent
d0c3156e7d
commit
8f742ff1fb
@ -85,7 +85,7 @@ commands.sh send user input as TEXT | script reads TEXT | bashbot.sh reci
|
||||
```
|
||||
|
||||
In case you want to process any other data then message TEXT, I recommend to switch to a more advanced bot framework.
|
||||
In Bashbot you are on your own to implement methods for includeíng additional information in message TEXT before message sent to the script (only recommended for advanced bash experts).
|
||||
In Bashbot you are on your own to implement methods for forwarding additional information in message TEXT sent to the script (only recommended for advanced bash experts).
|
||||
|
||||
#### Example script
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user