Closed sangle1996 closed 2 years ago
Hi guys, im creating a plugin for flutter using TDLib c++. But i don't know how to get the clientID which is an Int64 data type of length 15 characters (like Swift and Kotlin response from this). How can i get this. Thanks
client_id exists only in the new JSON interface and is returned by td_create_client_id. The old interface returned raw pointer.
client_id
td_create_client_id
Hi guys, im creating a plugin for flutter using TDLib c++. But i don't know how to get the clientID which is an Int64 data type of length 15 characters (like Swift and Kotlin response from this). How can i get this. Thanks