aiogram/CHANGES/1707.feature.rst
Aleksandr Zainulgabidinov 875f37f780
Feature/eq method for default (#1789)
* Add changelog for #1707

* Add __eq__ and __hash__ methods to the Default class

* Add tests for the eq and hash methods to the TestDefault
2026-04-04 01:24:34 +03:00

1 line
62 B
ReStructuredText

Added `__eq__` and `__hash__` methods to the `Default` class.