This repository contains documentation for TelegramBots projects. Book is a great example-based tutorial for developing Telegram chat bots 🤖.
This book is a web app generated from markdown files using mdBook tool. Each file mentioned in SUMMARY will be a HTML page.
- Install mdBook v0.2.0
- You can use a mdBook binary
- Or install it using Rust package manager
cargo install mdbook --vers "^0.2.0"
- Run locally on http://localhost:3000
mdbook serve
- Test the project and references within markdown files
mdbook test dotnet run --configuration Release --project "test\ReferenceValidator\ReferenceValidator.csproj"
Your contribution is welcome! 🙂 See Contribution Guidelines.