Telegram Application
Telegram for iOS
Describe the Bug
In documentation we can find following:
To open a Telegram link with predefined behavior, use the openTelegramLink method. This method allows you to apply the native behavior as described in the Deep Links documentation.
If we will try to call openTelegramLink('https://t.me/username?text=text') chat will be opened, but input bar will not be pre-entered and will be empty.
To Reproduce
Steps to reproduce the behavior:
- Call
openTelegramLink('https://t.me/username?text=text')
Expected Behavior
Input bar of the opened chat should be pre-entered.