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>
any one help plase
@alexjohnhamber12 said in InMail.getMessages: Could not find a message matching the specified id in the specified mailbox folder:
3 code to get from mails but the last one some time f
im having the same issue since update to newest module. maybe will switch to old module
Only logical explanation would be that you run your script in 10 threads, or whatever number of threads you have should be number of success messages.
@kimberl said in Send Manual Captcha in a telegram message:
@fox Is there a tut out there to teach how to do it?
No, think through the logic yourself
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