torond / toodlebot

Telegram bot for scheduling meetings and events directly from Telegram
GNU General Public License v3.0
2 stars 0 forks source link

Redirect to Telegram group chat does not work on iOS #69

Open torond opened 3 years ago

torond commented 3 years ago

Related to #67

torond commented 3 years ago

https://api.telegram.org/bot1668738871:AAEaOY6xhQcp4HEvzbUTDWTyJMHm7Mud83o/getDeepLinkInfo?path=... exists, but doesn't work.

tg://resolve/?domain=<username> only redirects to users.

tg://resolve without further parameters seems to work on Android, but not on iOS.

torond commented 3 years ago

Workaround in #78

torond commented 3 years ago

Implementations of tg:// URLS for iOS and Android clients: iOS: OpenUrl.swift Android: LaunchActivity.java

More infos on the Android URL scheme: https://t.me/s/DeepLink