Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi can i send telegram message with newline?? example: email = email pass = pass
@enemy You can use an action template or \n select the expression type
thanks for your reply not worked
https://api.telegram.org/bot<token>/sendMessage?chat_id=id_chat&text=<b>[18:08:17] </b>a%20%5Cn%20b%20%5Cn%20c%20%5Cn&parse_mode=HTML
parse_mode=HTML
html code for new line is <br> text </br>
Please describe your problem in more detail.
@ovidiumihai , http://community.bablosoft.com//topic/12373/отправка-фото-в-телеграм
Also have a problem with regex
Trying to solve this captcha:
Oblicz: 9 + 7 = 16 *
My regex is: [\s\S]+([\d+])[\s\S]+ .. but it always gives me only last number which is 6 in this case.
EDIT: Solved