Error "Bad Request: can't parse entities: Can't find end of the entity starting at"
This error occurs when special characters such as "*" or "_" are used in a Telegram message, as Telegram interprets these as markup syntax. The error can also occur when sending a message from a business process if such characters are included in the message text.
Solution: Remove special characters from the message text to avoid this error.