@DTPlayer

Как реализовать deep linking telegram на python?

Не могу понять как именно это реализовать
Заранее спасибо
  • Вопрос задан
  • 9275 просмотров
Решения вопроса 1
deepblack
@deepblack Куратор тега Python
Не могу понять как именно это реализовать

Что тут непонятного?

https://core.telegram.org/bots#deep-linking
Deep linking
Telegram bots have a deep linking mechanism, that allows for passing additional parameters to the bot on startup. It could be a command that launches the bot — or an auth token to connect the user's Telegram account to their account on some external service.

Each bot has a link that opens a conversation with it in Telegram — https://telegram.me/. You can add the parameters start or startgroup to this link, with values up to 64 characters long. For example:

https://telegram.me/triviabot?startgroup=test


Посмотри на реализацию тут: deep_linking.py
Ответ написан
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы