Update README.md

This commit is contained in:
Florian Dahn 2018-05-20 00:01:20 +02:00 committed by GitHub
parent 5be0e65d3b
commit 4c080f3700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
Hey guys,
here we are. After some time and thoughts i give my Telegram Bot framework to public.
here we are. After some time and thoughts i give my Telegram Bot framework to public.
It is based on C#.
It is module which is based on the original TelegramBotLibrary you will find in nuget.
@ -30,7 +31,7 @@ Every Form has some events which will get raised at specific times. On every for
```
public class StartForm : FormBase
{
{
public override async Task PreLoad(MessageResult message)
@ -72,7 +73,7 @@ public class StartForm : FormBase
}
}
}
```