Poolitzer

Results 97 comments of Poolitzer

I think that this is supposed to be a small improvement, easing the developing burden for devs juggling between local and non local setup. Adding bot (and all this complicated...

> TG classes that are used for input only If I understand this correctly, you mean these classes aren't used by Telegram and only by Users to make a request....

Ah I see. Thats a risk I would say is worth to take. I would drop kwargs and include the api kwargs parameter like we do with requests.

... right, weird comment. My stance is the same, I would take the risk that telegram might screw it up and rather have a better user experience and not swallowing...

hm. so you want to fail then in the function if a keyword is unexpected, and you want to keep the kwargs parameter?

ah well that sounds like a pretty good approach actually.

I like it I have to say, it's a good shortcut. I would make it override. And by keyword only, to separate it from api keys. +1 from me.

> Then again, if we need that, we can alsways call id(tg_object) But this just returns a number, thats not helpful at all when I want to know the type...

oh, I see. They should just use an if clause then smh

so you want to override pprint in our library? Or how would you borrow it?