You are missing parse_mode=HTML according to sendMessage syntax in Telegram Bot API, if you want to use HTML tags, but keep in mind, supported tags are little and <br> is not among them.
Simply use "\r\n" instead.
You are missing parse_mode=HTML according to sendMessage syntax in Telegram Bot API, if you want to use HTML tags, but keep in mind, supported tags are little and <br> is not among them.
Simply use "\r\n" instead.
You are missing parse_mode=HTML according to sendMessage syntax in Telegram Bot API, if you want to use HTML tags, but keep in mind, supported tags are little and <br> is not among them.
Simply use "\r\n" instead.
You agree to website policy and terms of use
Dear Developers,
I created an EA in MQL4 where I send 3 lines of text to Telegram where each line is ended with <br> as follows
But somehow, the message are shown in Telegram as 1 single line, concatenating all the 3 lines.
Can anyone provide some help for me on how to separate each lines so it is shown neatly in Telegram message?
Thank you.
Alvin