Fixed default LinkPreviewOptions JSON serialization (#1419)

* Fixed default link preview options serialization

* Added changelog
This commit is contained in:
Alex Root Junior 2024-02-17 10:10:50 +02:00 committed by GitHub
parent eef50a2edb
commit 53849b01a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 3 deletions

2
CHANGES/1418.bugfix.rst Normal file
View file

@ -0,0 +1,2 @@
Fixed JSON serialization of the :code:`LinkPreviewOptions` class while it is passed
as bot-wide default options.