Enter in massage
-
Hello
I connected my bot to Telegram
Messages are sent without any problems
But I want my message to be displayed in two lines
For example
Signal
Symbol : XAUUSD
Time Frame : H1tnx
-
@Armin622
To include a line feed (new line) when sending a message via a bot, you can use the escape sequence \n -
@sktsec
If possible, please help with the code below."Signal" +"Symbol : "+Symbol+ "TimeFrame : "+Time
-
@Armin622
"Signal\n" +"Symbol : "+Symbol+ "\n" + "TimeFrame : "+Time