diff --git a/README.md b/README.md new file mode 100644 index 0000000..594d078 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# RxTelegram.Bot.Examples +This Repository contains a few examples for [RxTelegram.bot](https://github.com/RxTelegram/RxTelegram.Bot). + +# Examples +* [HelloWorld](HelloWorld/HelloWorld.cs) +* [Echo](Echo/Echo.cs) +* [InlineKeyboard](InlineKeyboard/InlineKeyboard.cs) +* [ReceiveFile](ReceiveFiles/ReceiveFiles.cs)