This commit is contained in:
FlorianDahn 2019-03-20 16:57:15 +07:00
commit 19f3c9c195

View File

@ -8,19 +8,12 @@
[![license](https://img.shields.io/github/license/MajMcCloud/telegrambotframework.svg?style=flat-square&maxAge=2592000&label=License)](https://raw.githubusercontent.com/MajMcCloud/TelegramBotFramework/master/LICENCE.md)
[![downloads](https://img.shields.io/nuget/dt/TelegramBotBase.svg?style=flat-square&label=Package%20Downloads)](https://www.nuget.org/packages/TelegramBotBase)
Hey guys,
here we are. After some time and thoughts i give my TelegramBot framework to public.
It is based on C#.
It is a module which is based on the original [TelegramBotLibrary](https://github.com/TelegramBots/Telegram.Bot) you will find in nuget.
It gives you features which will look/feel like WinForms or have a good way to create apps with actions and forms.
Test the Testproject: [@TGBaseBot](https://t.me/TGBaseBot)
---
## Index
- [Introduction](#introduction)
- [How to Start](#how-to-start)
- [Message Handling](#message-handling)
* [Example #0 - System Calls](#add-some-system-calls-example-0---system-calls)
@ -34,6 +27,19 @@ It gives you features which will look/feel like WinForms or have a good way to c
* [Example #4 - Registration Formular](#registration-example-example-4---registration-form-test)
---
## Introduction
Hey guys,
here we are. After some time and thoughts i give my TelegramBot framework to public.
It is based on C#.
It is a module which is based on the original [TelegramBotLibrary](https://github.com/TelegramBots/Telegram.Bot) you will find in nuget.
It gives you features which will look/feel like WinForms or have a good way to create apps with actions and forms.
---
## How to start: