Fixed link preview options to use global defaults in some types and methods (#1563)

* #1543 Fixed link preview options to use global defaults

Refactor various classes to use global defaults for `link_preview_options`. This change ensures consistency and enhances flexibility in handling link preview options across different components.

* Added changelog
This commit is contained in:
Alex Root Junior 2024-08-17 16:41:52 +03:00 committed by GitHub
parent 6aba60155c
commit 627ee09928
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 23 additions and 12 deletions

4
CHANGES/1543.bugfix.rst Normal file
View file

@ -0,0 +1,4 @@
Fixed link preview options to use global defaults in various types and methods
to use global defaults for `link_preview_options`.
This change ensures consistency and enhances flexibility in handling link preview options
across different components.