Telegram Passport

September 15, 2018 ยท View on GitHub

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