Closed azkadev closed 3 months ago
td_execute
is called td_execute
on Android instead of _td_execute
now. You need to modify the wrapper to use the same function names for all operating systems.
td_execute
is calledtd_execute
on Android instead of_td_execute
now. You need to modify the wrapper to use the same function names for all operating systems.
Thank you very much,
I tried building tdlib using the examples in examples/android
command I ran:
docker build --build-arg TDLIB_INTERFACE=JSON --output tdlib .
after I tried on Android Flutter but td_execute wasn't there
how to make all these function methods available?
https://core.telegram.org/tdlib/docs/td__json__client_8h.html