Skip to content

tdsharp v1.8.9

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 20:46

Changed

  • Update to TDLib v1.8.9.

    Notable breaking changes:

  • All the items in TDLib.Bindings namespace (the previously mentioned case-only issue) were marked as Obsolete(error: true). Basic API compatibility is preserved, source compatibility is not.

Fixed

  • Array items are now deserialized to their actual types (#146).