Update README.md
This commit is contained in:
parent
5be0e65d3b
commit
4c080f3700
@ -1,6 +1,7 @@
|
|||||||
Hey guys,
|
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.
|
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 class StartForm : FormBase
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
public override async Task PreLoad(MessageResult message)
|
public override async Task PreLoad(MessageResult message)
|
||||||
@ -72,7 +73,7 @@ public class StartForm : FormBase
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user