Encode query parameters for transport inside a Telegram universal link.
Telegram normalizes ASCII punctuation in URLs, which breaks the encoded
connect payload; this helper substitutes the affected characters with
pass-through markers that decodeTelegramUrlParameters reverses.
Encode query parameters for transport inside a Telegram universal link. Telegram normalizes ASCII punctuation in URLs, which breaks the encoded connect payload; this helper substitutes the affected characters with pass-through markers that decodeTelegramUrlParameters reverses.