Poolitzer

Results 97 comments of Poolitzer

okay. but vendoring it means the linebreaks and indention for dataclasses will only be shown whent he user uses pprint, and not print (which means one import more). So vendoring...

Okay. But the converting of all objects to data classes already improves the representation, no?

alright, I can agree to that. I see that you switched stages, so nothing imminent anyway, and we can discuss the implementation detail once we get to the stage

> What do the other team members think about this? I think it is a small improvement, and I don't think that much more benefits will come to the local...

The grammy dev recently contacted me and pointed towards their implementation of conversation handlers. Since they are pure async as well, this might be interesting to consider. May be too...

@OctoNezd Hm, what we have is ptbcontrib. It is not as plug'n'play as plugins are, because they aren't designed for that. They are a seperate project we dont maintain/hold up...

Hey, nice to hear. So I already linked to a few examples in my original message. Have a look at the source doc string of [send_poll](https://github.com/python-telegram-bot/python-telegram-bot/blob/v20.0a1/telegram/_bot.py#L6727-L6872). As you can see...

**Maintainers have to decide on:** - [x] Include Min **and** Max limits of a given constraint in the constants? - I would say yes definitely, but in the example linked...

> I don't really understand this. Do you want to enforce this at runtime? I thought we decided against that in https://github.com/python-telegram-bot/python-telegram-bot/issues/2901? No nothing here is enforcing at runtime, its...