We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b15b9 commit c0d512bCopy full SHA for c0d512b
README.md
@@ -30,7 +30,7 @@ On a bot side we can implement any business logic we want.
30
31
## Starting a sample project
32
1. Go to a folder and edit appsettings.json this way:
33
-`
+```
34
{
35
"Logging": {
36
"LogLevel": {
@@ -47,7 +47,7 @@ On a bot side we can implement any business logic we want.
47
"AllowedHosts": "*"
48
}
49
50
51
2. Start a sample bot project at Samples\TelegramMessagingSample. Run run_standalone.sh.
52
3. After the first run of a bot-project(Samples\TelegramMessagingSample in pour case), you should find Data\botId file with a generated botId
53
4. Copy a generated *botId* into a clipboard
0 commit comments