Since Telegram supports Markdown and HTML styling, I tried distinguishing the username better (making it bold). The issue with Markdown is that if there are unbalanced * or other delimiters, the server responds with a 400 Bad Request.
Another way to do it would be using HTML styling for usernames, and escaping all the html entities in the users' messages.
Since Telegram supports Markdown and HTML styling, I tried distinguishing the username better (making it bold). The issue with Markdown is that if there are unbalanced
*or other delimiters, the server responds with a400 Bad Request.Another way to do it would be using HTML styling for usernames, and escaping all the html entities in the users' messages.