Is there a working example of FW working with Telegram ?
Is there a working example of FW working with Telegram ?
Antonio Linares wrote:A great work developed by our friend Ritzan:
https://github.com/riztan/hbtelegram
Thanks, I'll try!
Antonio Linares wrote:Kindly provided from Mr. Charles Kwon:
https://github.com/FiveTechSoft/FWH_tools/blob/master/fwtelegram.rar
Dear Silvio,
> we can try making a our BOT on telegram with Father Bot
Ritzan has implemented it many years ago ![]()
Hello
::oHttp := win_oleCreateObject( "WinHttp.WinHttpRequest.5.1" ) is no problem with me.
It is not createObject()
Regards,
Charles KWON
I made a chatbot through Father. The class from Mr. Charles Kwon works well. Is it possible to filter the mailing of messages somehow? For example, the chatbot has access to 10 subscribers, and I need to make a message for only 5 of them.
Antonio Linares wrote:Dear Silvio,
> we can try making a our BOT on telegram with Father Bot
Ritzan has implemented it many years ago
pCurl = curl_easy_init ():: oHttp: = win_oleCreateObject ("WinHttp.WinHttpRequest.5.1")CharlesKwon wrote: Natter
Hello.
1.
My TDrTelegram class was created to send a simple message from Fivewin to Telegram.
2.
In addition, functions for processing Korean, Chinese, and special characters were added.
3.
The function you want is possible, but additional development is required.
With Best Regards,
Charles KWON
Mr, CharlesKwon, I have a telegram bot and I want to send messages to users from it (the IDs of these users are known).
How can I do this using your class ?