Skip to content

Releases: danog/tg-file-decoder

1.0.2

31 May 15:15

Choose a tag to compare

Fixes:

  • Improve legacy file ID parsing (fixes #4)

Modern PHP 8 API

01 Apr 16:52

Choose a tag to compare

This release features a major modernization refactoring!

All constants were removed and turned into the FileIdType and UniqueFileIdType enums, all getters and setters from the FileId and UniqueFileId classes were removed and replaced with public readonly properties, plus the overall API was improved.