| |
| Publicado el 11,junio 2016 - 15:18 |
I need to use telegram api to send software generated message (based on database)to the clients from the computer . Telegram is just the messenger . it says it's open source and works on most of the os and devices. any one has tried the api ?? The link for the api is
https://core.telegram.org/
Thanks! |
| |
| |
| | | |
|
| | |
| |
| Publicado el 11,junio 2016 - 16:30 |
Regarding Telegram from what little I have studied it you will have to create a Bot and then use that bot for communication.
Such a bot is created through Father bot. https://core.telegram.org/bots
I have not been able to wrap my head around this though.
HTH
Yogi Yang |
| |
| |
| | | |
|
| | |
| |
| Publicado el 20,noviembre 2019 - 21:38 |
| Des nouvelles? Je cherche aussi a integrer Telegram... |
| |
| |
| | | |
|
| | |
| |
| Publicado el 20,noviembre 2019 - 21:39 |
| |
| |
| | | |
|
| | |
| |
| Publicado el 25,enero 2020 - 19:01 |
| Y-a-t-il des personnes qui ont intégré l' API Telegram avec WINDEV ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 05,febrero 2020 - 14:28 |
Et si ça n'existe pas, je veux bien payer pour...
Grts, Marc mv@acea.be |
| |
| |
| | | |
|
| | |
| |
| Publicado el 05,febrero 2020 - 15:57 |
Using and integrating Telegram with windev is very easy, is just HTTP POST and GET commands. i have done it for several projects with no problems whatsoever. you just need to take the time to READ all the documentation and then write the code you need with your token (you need to create one), and that is it. but will require time and study to understand the API and how to properly use it. but is not difficult at all. you just need to read and dedicate the time you need for that development.
https://core.telegram.org/bots/api… |
| |
| |
| | | |
|
| | |