Skip to content

Commit ab1912c

Browse files
authored
Update README.md
1 parent 69f6a5b commit ab1912c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,9 @@ For export your menu to file *menu.export* you can use command **/export menu.ex
9494
For import your menu from file *menu.export* you can use command **/import menu.export** in bot chat, it's start bot to upload all actions load from *data.folder* to Telegram and modify your *menu.file* with new data from *menu.export*.
9595

9696
In file *menu.export* actions value indicate a local file, but bot use Telegram file_id in work. If you want create *menu.file* by yourself without Telegram and you use *voice*, *sticker*, *photo*, *video* or *document* actions, you need import.
97+
98+
## Ideas for develop
99+
* add a proxy to telegram bot
100+
* add action 'script' to execute any utils ```{"type":"script","value":"myProgram"}```, ```{"type":"script","value":"cat menu.file"}```
101+
* add handler for **/commands** with actions to file.menu ```COMMANDS:::help:::{"type":"text","value":"/help"}```
102+
* add configuration file for change delimeter, default answers and etc. params from init.js without using source code

0 commit comments

Comments
 (0)