I keep getting this error:
Bad Request: Can't parse message text: Expected end tag at byte offset xx
Telegram\Bot\Exceptions\TelegramResponseException
It happens at line 65 of irazasyed/telegram-bot-sdk/src/TelegramResponse.php:65
Is there something wrong with my application or is it from Telegram side.
Thanks
I think, you passed HTML formatting to parse_mode parameter.
And there is a problem in text.
So it's problem of your code.
Yes probably, Thank you
Most helpful comment
I think, you passed HTML formatting to parse_mode parameter.
And there is a problem in text.
So it's problem of your code.