![]() |
new IntraWeb Telegram class demo - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: new IntraWeb Telegram class demo (/thread-2291.html) |
new IntraWeb Telegram class demo - Alexandre Machado - 02-20-2021 Hi guys, here is a super cool demo. Nothing fancy on the surface but it is really nice how everything works together to get a lot done with 1 line of code!!! https://github.com/Atozed/IntraWeb/tree/master/15/Delphi/IWTelegramDemo You just need to build it, copy 2 OpenSSL DLLs to the same folder where the EXE is and have fun! You can send messages from the demo application directly to our @IWTelegramComponent Telegram channel. Imagine the possibilities: For instance, you can create an exclusive Telegram channel for your application and let your customers send support questions/tickets. Or... you can automate reporting of exceptions and have an exception handler sending exceptions to your channel... usage statistics.. whatever! The possibilities are unlimited! ![]() Please let me know what you think! BTW: Open SSL libs can be downloaded here: https://github.com/IndySockets/OpenSSL-Binaries I suggest: x86: https://github.com/IndySockets/OpenSSL-Binaries/blob/master/openssl-1.0.2u-i386-win32.zip x64: https://github.com/IndySockets/OpenSSL-Binaries/blob/master/openssl-1.0.2u-x64_86-win64.zip Cheers! RE: new IntraWeb Telegram class demo - Lorbass - 03-02-2021 Good idea! Is it possible or planned to send a message to a specific phone number? That would be the icing on the cake! |