Skip to content

TelegramBots/Telegram.Bot.Extensions.Passport

Repository files navigation

Telegram Passport

package build documentations

This project is an extension to Telegram.Bot package for supporting Telegram Passport feature. You need to add Telegram.Bot.Extensions.Passport extension package to your project in addition to the core package (Telegram.Bot).

dotnet add package Telegram.Bot.Extensions.Passport

📖 Documentation

You can find documentation for this project including the quickstart guide in Telegram Bots Book.

🚧 Supported Platforms

Project targets .NET Standard 2.0 and .NET Framework 4.6.1 at minimum.

🔨 Build & Contribute 👋

# ensure sub modules are updated
git submodule update --init --recursive

# use the feature branch for passport
cd deps/Telegram.Bot/
git checkout ext-passport