You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and open link in Browser https://t.me/<username>?text=Привет это тестовый текст
Or in Terminal in macOS execute command open tg://resolve?domain=<username>&text=Привет это тестовый текст
In Browser in dialog Window click "Open Telegram"
Will opened Telegram application and started chat with written message %D0%9F%D1%80%D0%B8%D0%B2%D0%B5%D1%82 %D1%8D%D1%82%D0%BE %D1%82%D0%B5%D1%81%D1%82%D0%BE%D0%B2%D1%8B%D0%B9 %D1%82%D0%B5%D0%BA%D1%81%D1%82
Expected behaviour
I expect that the text that I wrote will be inserted into the message input field, even if it is not ASCII characters. There should probably be a decodeURIComponent() type function running under the hood of Telegram applcation.
Actual behaviour
Instead of Привет это тестовый текст text, I get %D0%9F%D1%80%D0%B8%D0%B2%D0%B5%D1%82 %D1%8D%D1%82%D0%BE %D1%82%D0%B5%D1%81%D1%82%D0%BE%D0%B2%D1%8B%D0%B9 %D1%82%D0%B5%D0%BA%D1%81%D1%82
Operating system
macOS Monterey 12.7 Intel
Version of Telegram Desktop
11.5.269855 Stable
Installation source
Static binary from official website
Crash ID
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Steps to reproduce
https://t.me/<username>?text=Привет это тестовый текст
Or in Terminal in macOS execute command
open tg://resolve?domain=<username>&text=Привет это тестовый текст
%D0%9F%D1%80%D0%B8%D0%B2%D0%B5%D1%82 %D1%8D%D1%82%D0%BE %D1%82%D0%B5%D1%81%D1%82%D0%BE%D0%B2%D1%8B%D0%B9 %D1%82%D0%B5%D0%BA%D1%81%D1%82
Expected behaviour
I expect that the text that I wrote will be inserted into the message input field, even if it is not ASCII characters. There should probably be a
decodeURIComponent()
type function running under the hood of Telegram applcation.Actual behaviour
Instead of
Привет это тестовый текст
text, I get%D0%9F%D1%80%D0%B8%D0%B2%D0%B5%D1%82 %D1%8D%D1%82%D0%BE %D1%82%D0%B5%D1%81%D1%82%D0%BE%D0%B2%D1%8B%D0%B9 %D1%82%D0%B5%D0%BA%D1%81%D1%82
Operating system
macOS Monterey 12.7 Intel
Version of Telegram Desktop
11.5.269855 Stable
Installation source
Static binary from official website
Crash ID
No response
Logs
No response
The text was updated successfully, but these errors were encountered: