YouKnow
YouKnow
It'll be good and useful if methods like `filter`, `filter_map` and their async version had a fallible version too. sometimes we want filter or map some data in our code...
Please answer these questions before submitting your issue. Thanks! 1. What version of pyTelegramBotAPI are you using? **4.16.1** 2. What OS are you using? **Linux and Windows** 3. What version...
This PR introduces a new utility for unparsing message entities in Telegram messages. The `Unparser` struct can take a text string and a list of `MessageEntity` objects, and generate a...
Hi, any plan for add support for export and import localization file from core files? Thanks for good work
This PR addresses a bug in `ChatPermissions` that caused incorrect behavior with media variants. Previously, all media variants implied that `SEND_MESSAGES` also needed to be enabled for them to function....
It would be nicer if we could compress the whole folder (optional or by default) when the `compression` feature is enabled; as it can result on better compression and smaller...
This PR introduces a new utility for rendering message entities in Telegram messages. This new Render utility allows recreating rendered HTML or Markdown formatted text from text/caption and `MessageEntity`. The...
This PR is the same as #504 the only difference is I disabled `use_self` for now.
seems like this file can get as big as it want, for example if you have Wakatime installed for some time if go to `%USERPROFILE%\.wakatime` in windows you can see...