Hey there! I'm gonna try create small telegram client for watches.
Features that I think are nessesary:
- List of chats
- Reading:
-- text messages
-- messages with photos
-- audio messages
-- stickers
-- video messages
- Sending:
-- text messages
-- audio messages (main feature overall)
Firstly i need to implement TDLib on tizen wearable:
https:// core.telegram.org/tdlib/docs/
Only instructions i can find - is to compile it on the device:
https:// tdlib.github.io/td/build.html?language=C%23
I think I'm enough ok in C# (last time worked with it 4 yrs ago), but I'm fully John Snow (know nothing) in c++
Can someone explain me how to compile this library?