Poolitzer

Results 19 issues of Poolitzer

### Host operating system: output of `uname -a` Linux raspberrypi 5.10.63-v7+ #1488 SMP Thu Nov 18 16:14:44 GMT 2021 armv7l GNU/Linux ### node_exporter version: output of `node_exporter --version` node_exporter, version...

We currently have quite some limits still hard coded into the docstrings, for example [vcard,](https://docs.python-telegram-bot.org/en/v20.0a1/telegram.bot.html#telegram.Bot.send_contact.params.vcard) [telegram.Bot.send_poll#explanation](https://docs.python-telegram-bot.org/en/v20.0a1/telegram.bot.html#telegram.Bot.send_poll.params.explanation) or [#open_period](https://docs.python-telegram-bot.org/en/v20.0a1/telegram.bot.html#telegram.Bot.send_poll.params.open_period). We also could think about including [switch_pm_parameter](https://docs.python-telegram-bot.org/en/v20.0a1/telegram.bot.html#telegram.Bot.answer_inline_query.params.switch_pm_parameter) somehow. I would like to...

good first issue
documentation

#### Is your feature request related to a problem? Please describe. Clients allow users to spam button presses. This leads to race conditions where the code edited the reply_markup and...

enhancement

The method the bot API will call is [forwardMessages](https://core.telegram.org/method/messages.forwardMessages). Currently the bot API only allows to forward one message in [forwardMessage](https://core.telegram.org/bots/api#forwardmessage). This decision doesn't allow bots to forward (parts of)...

enhancement

This idea came up in a discussion group, https://t.me/c/1101839433/8235. One can increase the major version every time a new module is added, and a minor increase if a module gets...

enhancement
hacktoberfest

XXX means .html and .markdown(_v2). It is supposed to mention the Chat in the picked markup. Use title or first_name + space + Lastname as the text if the input...

enhancement
good first issue

TODO after merge: Update wiki and transition guide/script ### Checklist for PRs - [x] Added `.. versionadded:: version`, `.. versionchanged:: version` or `.. deprecated:: version` to the docstrings for user...

refactor :gear:
breaking :boom:

This param should allow to filter out chats which will be handled by the ChatJoinRequestHandler, much like the pattern argument of the CallbackQueryHandler. It should allow "username" strings as well...

enhancement
good first issue

Hi. I recently stumbled upon https://corefork.telegram.org/api/links. I think it makes sense to also have this list for all the t.me links bots can use and how to use/generate them.