From e5ae3be86e1e0890f5deb648d734ad1541ff4f2a Mon Sep 17 00:00:00 2001 From: FlorianDahn Date: Mon, 18 Mar 2019 11:15:51 +0700 Subject: [PATCH] Readme.md Update --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e34d7..03913a5 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,27 @@ 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 you will find in nuget. +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. +--- + +## Index + +- [How to Start](#how-to-start) +- [Message Handling](#message-handling) + * [Example #0 - System Calls](#add-some-system-calls-example-0---system-calls) + + * [Example #1 - Simple text messages](#lets-start-with-text-messages-example-1---simple-test) + + * [Example #2 - Button test](#now-some-buttons-example-2---button-test) + + * [Example #3 - Progress Bar control](#now-some-controls-example-3---progress-bar-test) + + * [Example #4 - Registration Formular](#registration-example-example-4---registration-form-test) + + --- ## How to start: