Hi, I would like to play with TDLib (telegram libr...
# multiplatform
s
Hi, I would like to play with TDLib (telegram library for building custom Telegram clients). And i wanna to do it with multiplatform. I've found their official docs, that says:
Copy code
TDLib provides efficient native C++, Java, and .NET interfaces. But for most use cases we suggest to use the JSON interface, which can be easily used with any programming language that is able to execute C functions.
And as i do understand, Kotlin can exec C functions (https://kotlinlang.org/docs/native-c-interop.html). What i don't know and cannot find some article to explain me that, is how i can connect Kotlin - JSON interface and TDLib written in C. Can you please show me the direction where I have to start to dig? :) P.S. not sure, if it's a right channel, but could not find anything better.