Desiders

Results 20 issues of Desiders

[Changes](https://core.telegram.org/bots/api#august-18-2023)

feature-accepted
K-feature-request
C-core
A-tba-update

`MessageDice` also have all fields from `MessageCommon`, maybe except `edit_date`?

K-bug
C-core
A-tba-types

Analogously of #975

K-bug
C-core
A-tba-types

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. ###...

enhancement

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`...

enhancement

Docs: https://core.telegram.org/bots/api#may-6-2024

C-enhancement
A-telers
E-easy
P-low

Related: https://github.com/aiogram/aiogram/blob/dev-3.x/aiogram/utils/chat_action.py

C-feature-request
A-telers
E-easy
P-low

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...

C-feature-request
P-low
A-telers-codegen