aiogram/CHANGES/1772.bugfix.rst
Bogdan I bd75ae361e
Fix protected namespace warning for model_custom_emoji_id (#1775)
* fix UserWarning, model_custom_emoji_id

* Add changelog for #1772
2026-03-03 01:24:05 +02:00

1 line
126 B
ReStructuredText

Fixed Pydantic protected namespace warning for `model_custom_emoji_id` by adding `protected_namespaces=()` to `model_config`.