pyTelegramBotAPI
pyTelegramBotAPI copied to clipboard
Python Telegram bot api.
Please answer these questions before submitting your issue. Thanks! 1. What version of pyTelegramBotAPI are you using? 4.6.0 2. What OS are you using? Mac Os 3. What version of...
Please answer these questions before submitting your issue. Thanks! 1. What version of pyTelegramBotAPI are you using? 4.6.1 2. What OS are you using? Windows 10 3. What version of...
Please answer these questions before submitting your issue. Thanks! Tested 3 different storages: Pickle, Redis, Memory - only asynchronous ones. Redis storage needs to be improved in order to support...
## Description Call for handlers now union in a single function for future extension. Plus minor fixes in storages. ## Checklist: - [x] My changes won't break backward compatibility
## Description Updated examples to use default port in webhook URL. Resolves issues such as [this](https://stackoverflow.com/questions/65582845/use-an-open-port-when-deploying-telegram-bot-using-pytelegrambotapi-to-heroku/73693670). ## Describe your tests Tested by deploying on Heroku with the above change. Webhook...
basic implement for https://github.com/eternnoir/pyTelegramBotAPI/pull/1704 - [ ] Test - [ ] Create example - [ ] Document - [ ] Bump new version
## Description Include changes, new features and etc: Improvements in logging, file restarts, cached user property for async ## Describe your tests How did you test your change? Tested each...
### Discussed in https://github.com/eternnoir/pyTelegramBotAPI/discussions/2174 Originally posted by **BrandonTay2001** February 17, 2024 Receiving this exception on a bot I was running on a server and I'm not quite sure what to...
## Description MenuButton set default types No need to pass "type" if used specific MenuButtonX class.
When using the specific menu button, shouldn't it already fill in the type? I don't understand why even passing the specific class I need to pass the type. https://github.com/eternnoir/pyTelegramBotAPI/blob/db4899a6b92b690ecb26ca28219de64eeac7deae/telebot/types.py#L7321-L7430