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 this time FAR NOT all Features are available. I am in the very first steps of all this.
But the connectionpart including Authentication is working. Getting all Updates is also available though not all upodatevariants are wrapped so far. This includes the Message, Users, Chat.
The new SDK is much complex. The Api consists on about 800 Different classes.
For now i do not know a way to do the steps easier. I just think to create wrappers for all of them...
I need help from users who are already working with Telegram..
The library will be able to authenticate a User (YOU) or authenticate as Bot. In Botmode there are more features available than in the Usermode. Mostly Usermode based objects/methods are wrapped as yet.
Known problems or other notes:
- The library is just a Feature to use the Api, get Objects, send Messages and so on. But there is NO UI Element. Must be created by ourself.
- As the messages in Telegram can be very complex getting the message in the updates is also komplex. a Message can contain so much "objects", mentions.
As the Library is big in size due to the multiple native libraries you need to Download it from my Dropbox. DOWNLOAD HERE.
For any issue you have: Please create a new thread in the questions forum.
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 this time FAR NOT all Features are available. I am in the very first steps of all this.
But the connectionpart including Authentication is working. Getting all Updates is also available though not all upodatevariants are wrapped so far. This includes the Message, Users, Chat.
The new SDK is much complex. The Api consists on about 800 Different classes.
For now i do not know a way to do the steps easier. I just think to create wrappers for all of them...
I need help from users who are already working with Telegram..
The library will be able to authenticate a User (YOU) or authenticate as Bot. In Botmode there are more features available than in the Usermode. Mostly Usermode based objects/methods are wrapped as yet.
Known problems or other notes:
- The library is just a Feature to use the Api, get Objects, send Messages and so on. But there is NO UI Element. Must be created by ourself.
- As the messages in Telegram can be very complex getting the message in the updates is also komplex. a Message can contain so much "objects", mentions.
As the Library is big in size due to the multiple native libraries you need to Download it from my Dropbox. DOWNLOAD HERE.
For any issue you have: Please create a new thread in the questions forum.
Last edited: