aiogram/CHANGES
Temrjan 79f92af746 fix: CommandStart(deep_link=False) now rejects deep-link arguments
Previously the deep_link parameter only had two effective states:
False (default) accepted any /start command regardless of arguments,
and True required arguments to be present.

Change the default to None (accept both, backward compatible) so that
False can mean "reject if deep-link arguments are present", which is
the intuitive expectation when explicitly passing deep_link=False.

Closes #1713

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 13:25:12 +05:00
..
.template.rst.jinja2 Update towncrier config 2021-08-03 23:50:10 +03:00
1713.bugfix.rst fix: CommandStart(deep_link=False) now rejects deep-link arguments 2026-03-24 13:25:12 +05:00