Copy link
Copy Markdown
Member
Upsie, that should only be str. ChatAction just provides the correct strings as class attributes … Could you change that and also check the other occurrences?
Copy link
Copy Markdown
Member Author
Upsie, that should only be
str.ChatActionjust provides the correct strings as class attributes … Could you change that and also check the other occurrences?
Oh alright. Just fixed another type hint in send_message()
harshil21
changed the title
Add str type hint to bot.send_chat_action()
Fixed few type hints