eternnoir / pyTelegramBotAPI

Python Telegram bot api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with not defined type

coder2020official opened this issue · comments

commented

self, chat_id: Union[int, str], question: str, options: List[InputPollOption],

Should be types.InputPollWhatever
Bug in the new version @Badiboy
How come tests do not fail?

#2275

Fixed. Release?

commented

Idk, what about tests

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