GitHub - TelegramBots/Telegram.Bot.Extensions.Passport: Allows you to process Telegram passports

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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