aiogram/.butcher/types/Message
Alex Root Junior 8c4359da9a
Replace datetime.datetime with DateTime across codebase
Replaced all instances of standard library 'datetime.datetime' with a new 'DateTime' type from `.custom` module. This change is necessary to make all date-time values compatible with the Telegram Bot API (it uses Unix time). This will simplify the conversion process and eliminate potential errors related to date-time format mismatches. Changed codebase, butcher files, and modified 'pyproject.toml' to shift the typing-extensions dependency. The 'aiogram/custom_types.py' file was renamed to 'aiogram/types/custom.py' to better reflect its nature as a location for custom types used in the aiogram library.
2023-08-27 16:56:13 +03:00
..
aliases.yml Added typehints for init methods of types and methods (#1245) 2023-08-04 00:30:27 +03:00
entity.json Bot API 6.8 (#1276) 2023-08-18 20:18:05 +03:00
replace.yml Replace datetime.datetime with DateTime across codebase 2023-08-27 16:56:13 +03:00