Discussion of article "How to create bots for Telegram in MQL5" - page 49

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I understand it, but I don't know how to implement it. Is there a code example?
https://api.telegram.org/bot{token bot}/deleteWebhook
In the browser do once like this https://api.telegram.org/bot856203438:AAG1IDoQ_Fey5Wu88Jo-_YKCYIaeEnVxmRs/deleteWebhookIn the browser do one time like this https://api.telegram.org/bot856203438:AAG1IDoQ_Fey5Wu88Jo-_YKCYIaeEnVxmRs/deleteWebhook
Thank you! I think that's enough.
In the browser do one time like this https://api.telegram.org/bot856203438:AAG1IDoQ_Fey5Wu88Jo-_YKCYIaeEnVxmRs/deleteWebhook
It didn't work, can you show the code or what needs to be done? I'm not good with telegram bots unfortunately.....
It didn't work, can you show me the code or what needs to be done? I'm not good with telegram bots unfortunately.....
write your own, without the bible, it's very simple.
There is also written how to overcome this feature.
https://tlgrm.ru/docs/bots/api
Simple code, but sending a photo file doesn't work
Messages come in with no problem, photo is not sending. Help to solve the problem
Simple code, but sending a photo file doesn't work
Messages come in with no problem, photo is not sending. Help to solve the problem
You have messed up the paths. Take here the path where you save
This function works in the sandbox. Only inside the files directory of the metatrader terminal.
I use this code myself, the code works
This function works in the sandbox. Only inside the files directory of the metatrader terminal.
I use this code myself, the code works
Indeed, I removed the path, left the file name and started sending from MQL4\Files. Thank you.
One more question - how to pass HTML text formatting to the Telegram bot?