LasterAlex
LasterAlex
Closes #1143 (finally some QoL features!!!) Maybe the directory name "sugar" is a bit too direct, but I like it, creates a space for all future nice additions The only...
I think i came up with at least 5 instances where i would really like some additions inside of teloxide, not outside of it ### 1. `JsonRequest.reply_to(msg)` (or `msg.id`, make...
Closes #682 Currently added just `PollId` and `CallbackQueryId`, looking for feedback I tested both of them (including `bot.answer_callback_query`), they work perfectly fine I am not very sure about names, maybe...
I tried this code: ```rust use std::error::Error; #[allow(unused_imports)] use teloxide::dispatching::dialogue::serializer::{Bincode, Cbor, Json}; use teloxide::dispatching::dialogue::{ self, Dialogue, ErasedStorage, GetChatId, RedisStorage, Storage, }; use teloxide::prelude::*; pub type MyDialogue = Dialogue; pub type...
Using the same code snippet as in #1155, if you remove `check_if_the_state_is_ok` from the dptree schema, on change of serializer and/or State enum you will get a lot of different...
I saw this on TBA while working on my crate:  (https://core.telegram.org/bots/api#sendmediagroup) While in teloxide i saw: ```rust /// This object represents the content of a media message to be...
Fixes #1156 and closes #1155 I don't consider it a breaking change. If someone is relying on outdated data in redis to filter old users... What?.. And i do think...
Inspired by https://t.me/teloxide/22547 Made it just because it was quick and I could, if it seems useful - would be glad to see this merged, but it's not very important...
r? @shdwchn10 More `Eq` and `Hash` impls for `TransactionPartner`! (i hope it is the last)