-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"<" seems to break something? #108
Comments
See
https://stackoverflow.com/questions/40626896/telegram-does-not-escape-some-markdown-characters
where it is mentioned that
"<" will be read as tag start and probably unrecognized.
|
Hi @sanderkob Try switching to the MarkdownV2 formatting style. Check the example or simply add this line: You can try also to encode your message text using entity name or entity number:
|
Hello, thank you for the replies Added the line: Appreciate the help and looking forward to more of your work! |
Hello Tolentino, love your work!
I'm new to this, so I might be doing something wrong and apologise if so.
While tinkering, I've found that by adding "<" to an outgoing message the bot doesn't send the message. I've tried using the example codes you've provided but none of them get sent if the message includes "<".
I also tried the "echoBot" example provided. It works flawlessly but if the message includes "<" the bot will not echo the message.
This was done using the echoBot sketch. Other symbols don't seem to cause any problems.
I hope I explained well enough, please let me know if you need anymore information.
Thank you for your time.
The text was updated successfully, but these errors were encountered: