https://github.com/telegrambots/telegram.bot.extensions.passport
Allows you to process Telegram passports
https://github.com/telegrambots/telegram.bot.extensions.passport
telegram telegram-bot telegram-bot-api telegram-passport
Last synced: 12 months ago
JSON representation
Allows you to process Telegram passports
- Host: GitHub
- URL: https://github.com/telegrambots/telegram.bot.extensions.passport
- Owner: TelegramBots
- License: mit
- Created: 2018-07-27T16:05:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T23:01:59.000Z (about 1 year ago)
- Last Synced: 2025-06-20T07:41:24.204Z (12 months ago)
- Topics: telegram, telegram-bot, telegram-bot-api, telegram-passport
- Language: C#
- Homepage: https://telegrambots.github.io/book
- Size: 19.1 MB
- Stars: 28
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Passport
[](https://www.nuget.org/packages/Telegram.Bot.Extensions.Passport)
[](https://ci.appveyor.com/project/poulad/telegram-bot-extensions-passport)
[](https://telegrambots.github.io/book/4/passport)
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`).
```bash
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 👋
```bash
# ensure sub modules are updated
git submodule update --init --recursive
# use the feature branch for passport
cd deps/Telegram.Bot/
git checkout ext-passport
```
[Telegram.Bot]: https://github.com/TelegramBots/Telegram.Bot
[Telegram Passport]: https://telegram.org/blog/passport
[Telegram Bots Book]: https://telegrambots.github.io/book/4/passport