Hi,
I was wondering if anybody helps me about how to share a photo to Telegram?
Best,
I was wondering if anybody helps me about how to share a photo to Telegram?
Best,
Unfortunately, I do not have any experience about, can you please bring here an example of the api?Telegram also provide a direct API, unlike WhatsApp and other closed messaging systems. See if that will work for your use case.
Thank you, but I have used the example, it just opens share with window ... I need to go to Telegram directly and choose a user in order to send an image file.Example of sharing a file with FileProvider (this is required in Android 7+): https://www.b4x.com/android/forum/threads/share-txt-files.73166/#post-464921
$bot = new \TelegramBot\Api\Client('botid:bottoken');
$bot->sendMessage('idofuser', 'Hallo :-)');
Is it possible to make an unofficial version of Telegram through this way? I mean by using web services?Not as easy as i needed to write wrappers first
but it is working on android and b4j too
The webservice is working in my php-based-website.I mean by using web services?