TelegramMessenger / TGPassportJsSDK

Javascript SDK for Telegram Passport
MIT License
40 stars 19 forks source link

Open passport from the Bot #2

Open grkamil opened 6 years ago

grkamil commented 6 years ago

Is it possible to open Telegram Passport from the Bot? I see that JS opens the link: tg://resolve?domain=telegrampassport.... , but if we send it through the Bot (sendMessage), Telegram doesnt recognize it as inline link.

poulad commented 6 years ago

@GrKamil No. It was possible in early days of tg passport but not anymore. Response from @BotSupport :

I'm afraid that Telegram Passport URLs are disallowed to send inside inline buttons, because it is completely insecure, sorry.

poulad commented 6 years ago

I use this page in my tests to redirect user via browser: https://telegrambots.github.io/Telegram.Bot.Extensions.Passport/redirect.html

guardnow commented 9 months ago

I use this page in my tests to redirect user via browser:

https://telegrambots.github.io/Telegram.Bot.Extensions.Passport/redirect.html

guardnow commented 9 months ago

I had everything to telegraph please any