Desiders
Desiders
[Changes](https://core.telegram.org/bots/api#august-18-2023)
`MessageDice` also have all fields from `MessageCommon`, maybe except `edit_date`?
Analogously of #975
This is useful when you need to report userbots that reaction to your messages. Maybe need to allow sending reports with reply to bots' messages for the same purpose?
### aiogram version 3.x ### Problem Currently, user from chat boost always `None` in `UserContextMiddleware`: https://github.com/aiogram/aiogram/blob/dev-3.x/aiogram/dispatcher/middlewares/user_context.py#L117-L118, but `chat_boost` with source `ChatBoostSourcePremium` always has user that boosted the chat: https://github.com/aiogram/aiogram/blob/dev-3.x/aiogram/types/chat_boost_source_premium.py#L21. ###...
Add possible specify `dry-run` as the second argument to get the message without actually setting it. The argument is optional and it doesn't break backward compatibility. Add explicit parameter `all`...
Docs: https://core.telegram.org/bots/api#may-6-2024
Related: https://github.com/aiogram/aiogram/blob/dev-3.x/aiogram/utils/chat_action.py
Add `telers-codegen` crate to perform fast code generation of Telegram Bot API types and methods. This will speed up the implementation of new versions of Telegram Bot API, avoid human...