LasterAlex

Results 16 issues of 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...

S-waiting-on-review
C-core
C-main
A-tba-types

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

K-enhancement
good first issue
feature-accepted
K-feature-request
A-requester

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

S-waiting-on-review
C-core
breaking change
A-tba-types
A-requester
A-requests

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

K-bug
C-core

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

K-bug

I saw this on TBA while working on my crate: ![image](https://github.com/user-attachments/assets/f70af9cc-703a-4888-93a4-cd46e3662920) (https://core.telegram.org/bots/api#sendmediagroup) While in teloxide i saw: ```rust /// This object represents the content of a media message to be...

K-bug
good first issue

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

S-waiting-on-review
C-main
A-dialogue
A-dispatching

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

C-core

r? @shdwchn10 More `Eq` and `Hash` impls for `TransactionPartner`! (i hope it is the last)

S-waiting-on-review
C-core
C-main
A-tba-types

r? @hirrolot

S-waiting-on-review