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
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.