priv2024

Results 2 comments of priv2024

The "blockquote" field is missing in [`MessageEntityKind`](https://github.com/teloxide/teloxide/blob/bd98ba7e613e0fd7ec4fd1c210fc5edbb048f975/crates/teloxide-core/src/types/message_entity.rs#L243). See: [Telegram MessageEntity](https://core.telegram.org/bots/api#messageentity)

Therefore it is not possible to use blockquotes in messages with an inline keyboard because the update won't be parsed: ``` ERROR teloxide::dispatching::dispatcher > Cannot parse an update. ... This...