Skip to content

0.10.0 - TDLib 1.7.7 and minor fixes

Compare
Choose a tag to compare
@pylakey pylakey released this 02 Sep 19:14
· 219 commits to main since this release

Added

  • Added Client.get_main_list_chats_all helper method to get the whole main chats list

Updated

  • TDLib binaries upgraded to latest available version (1.7.7 from now)

  • Default value of limit parameter in method Client.get_main_list_chats was changed to 100

  • Default value of limit parameter in method ClientCache.get_main_list_chats was changed to 100

  • Chats in ClientCache.get_main_list_chats are loaded using new loadChats TDLib function

  • Added new NotFound helper exception for errors with code 400

  • Removed usage of deprecated td_set_log_verbosity_level function of TDJson instance. setLogVerbosityLevel is used instead

  • API types and functions regenerated

Full CHANGELOG