[06:11:59] Are you using the Markdownv2 Telegram format? [06:12:00] Basically whatever it's markdown must be unescaped, and whatever is not md must be escaped. That's super-confusing e.g. to print "$0 dollars yeah -.- duck.ai (https://duck.ai/)" [06:12:01] ``` [06:12:03] \$12 dollars yeah \-\.\- [duck\.ai](https://duck.ai/)``` [06:12:04] In short: [06:12:06] - whatever is printer as-is, escape, including link text [06:12:07] - whatever is markdown, do not escape, including link destination [06:12:09] I hope this can save 5 hours lol (re @jeremy_b: telegram has way too many ways to make ordinary text turn into links. slash post, dollar user, etc.) [07:50:20] Forwarded from Andreas Sundström: I can’t express my appreciation for Mrs. Tina (https://t.me/elite_forex_traders_voice) enough! Her platform turned my bad experiences into learning opportunities. Her guidance has made a real difference in my life. [14:36:52] huh? I wasn't using markdown at all. I just replaced my user name with dollar USER and it made that a link. (re @bozzy: Are you using the Markdownv2 Telegram format? [14:36:52] Basically whatever it's markdown must be not escaped, and whatever is not md must ...) [14:41:27] Yep, solution, from `$USER` to `\$USER` in Markdownv2 Telegram format (if you are sending these messages from the API). If you are not, sorry for bothering lol (re @jeremy_b: huh? I wasn't using markdown at all. I just replaced my user name with dollar USER and it made that a link.) [14:42:15] test \/me foo \/post \$USER [14:43:28] does telegram not use the API for all clients? weird [16:52:34] oh now extra weird those didn't look linkified before, now they are? 🤷 (re @jeremy_b: test \/me foo \/post \$USER)