Results 74 issues of Bibo-Joshi

**Is your feature request related to a problem? Please describe.** I have a class along the lines ```python class MyTask: ... (async) def __call__(self, *args, **kwargs): .... ``` and use...

enhancement

Hi :) Thanks for the great theme! I noticed that when creating links from the bookmarklets, the page doesn't account for the pop up at the top of the page,...

closes #3018 Some comments: * I went with the `aiolimiter` library despite https://github.com/python-telegram-bot/python-telegram-bot/issues/3018#issuecomment-1144030359. AFAIK the performance problems are only relevant for *very* high load and the built-in implementation is only...

enhancement
refactor :gear:

Several ideas for changes and/or additions have been gathered in the v14 project, mentioned in the user group or issues or dwelled in the back of my head. So I'm...

To be merged on the next release commit message should mention - [ ] #3140 - [ ] #3164

documentation

Gathering doc fixes to be merged before the next release Commit message should mention: - [ ] #3153 - [ ] #3135

documentation

closes #3114 ### Checklist for PRs - [ ] Added `.. versionadded:: version`, `.. versionchanged:: version` or `.. deprecated:: version` to the docstrings for user facing changes (for methods/class descriptions,...

enhancement
refactor :gear:
breaking :boom:

### What kind of feature are you missing? Where do you notice a shortcoming of PTB? Have a dict representation of `TelegramObject` without having the attributes also converted to dicts...

enhancement

To improve the networking backend, we would like to set socketopts if possible. Before the `asyncio` switch, we did something like https://github.com/python-telegram-bot/python-telegram-bot/blob/ad5a1fb1f6a01f5f662e9e610ddb77fb57558e44/telegram/request/_httpxrequest.py#L164-L168 It would be nice if we could do...

enhancement
help wanted

I suggest to add a flag `local_api_server`/`local_mode`/similar naming to the `Bot` class which can be used to tell ptb that the bot is running against a bot api server in...

enhancement
documentation