Hello guys, I hope you are well
I want to write a project that has permission to Storage, like most programs that display a pop-up and have a Deny and Allow option for Storage.
After that, I want to send a file (for example, a photo in the existing path) to the Telegram bot.
How to write this code? What Libs do I need?
Hello, i am writing a wrap for the Telegram Database Library (tdlib). It is based on native code (*.so) and are available for some abis (arm64-v8a, armeabi-v7a and x86 (the windowsemulator) . Basically one should be able to create a Telegram Client in b4a using the tdlib and my wrapper. At...