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
You can find documentation for this project including the quickstart guide in Telegram Bots Book.
Project targets .NET Standard 2.0 and .NET Framework 4.6.1 at minimum.
# ensure sub modules are updated
git submodule update --init --recursive
# use the feature branch for passport
cd deps/Telegram.Bot/
git checkout ext-passport