ars3niy / tdlib-purple

libpurple Telegram plugin using tdlib
Other
147 stars 32 forks source link

Td::Client is deprecated and to be removed for 2.0 #164

Open Thaodan opened 2 years ago

Thaodan commented 2 years ago

tdlib-purple uses Td::Client which is to be removed for Td 2.0. Read TDLib Client for more. To be replaced with td::ClientManager.

BenWiederhake commented 2 years ago

Thanks for the heads-up! (Sometimes I wonder what happened to the good old days where libraries try to maintain ABI-compatibility?)

Thaodan commented 2 years ago

Thanks for the heads-up! (Sometimes I wonder what happened to the good old days where libraries try to maintain ABI-compatibility?) To be fair to them the C++ version of Td doesn't have a dynamic linked version and 2.0 clearly indicates an API break.