eternnoir / pyTelegramBotAPI

Python Telegram bot api.
GNU General Public License v2.0
8.11k stars 2.03k forks source link

Issue with not defined type #2274

Closed coder2020official closed 5 months ago

coder2020official commented 5 months ago

https://github.com/eternnoir/pyTelegramBotAPI/blob/1931e3dc331c8b2968a621816d52c04edb595273/telebot/async_telebot.py#L6480 Should be types.InputPollWhatever Bug in the new version @Badiboy How come tests do not fail?

Badiboy commented 5 months ago

https://github.com/eternnoir/pyTelegramBotAPI/pull/2275

Fixed. Release?

coder2020official commented 5 months ago

Idk, what about tests

Badiboy commented 5 months ago

No clue about tests ) May be async not covered at all?