Update README.md

This commit is contained in:
FlorianDahn 2020-05-04 15:33:50 +02:00
parent 0af587d27f
commit 01c19b9900

View File

@ -224,7 +224,7 @@ await this.NavigateTo(tf);
All examples are within the test project, so just try it out on your own.
### Add some system calls (Example #0 - System Calls)
### Add some system calls (Example #0 - Bot Commands)
Inside of the BotFather you are able to add "Commands" to your TelegramBot. The user will see them, depending on the application as options he could choose.
Before start (and later for sure) you could add them to your BotBase. Every time a message comes in they will get checked if they are one of them.