Conversation
|
I am pretty sure I would need to add the new objects to the init file, didn't do it. |
|
Okay, all failed tests are unrelated, I think |
|
I can't get rid of that, but I don't think I have inserted that error :D |
Yes you did ;P Don't put whitespaces on begging of lines - linebreaks count as whitespace. |
Bibo-Joshi
left a comment
There was a problem hiding this comment.
Thanks for the PR!
Apart from my nitpicking below we should add a test files for the new KeyboardButtonPollType and PollAnswer or integrate it into test_keyboardbutton.py and test_poll.py, respectively.
|
I added the missing filter as discussed in private. Do I have to add tests? |
|
Telegram added a note to |
|
@Bibo-Joshi but I already did? python-telegram-bot/telegram/keyboardbutton.py Lines 53 to 54 in 7d25d19 |
|
Missing: Tests and docs for new handlers. Maybe improving pollbot docs. |
when trying to send a poll with correct option id 0 it was failing. Now None check is done so that even when 0 is passed it is assigned.
correct_option_id validated with None
|
Id live to have you "helping" ;P Also, reminder to myself, I need to include the poll filter in the example |
Will try to. Probably will take a few days |
|
Here you go :-* |
|
Thank you very much :) |
|
When will this pull request get merged? |
|
We dont like giving an ETA, sorry. That being said its on our list (obviously). Maintainers just need to find time in their life. |
|
Actually I am using this branch for quite a long time and doesn't meet any problem so far. I'm just curious for why it doesn't get any update for nearly a month as I need some of the new feature to show my idea to others. Anyway thanks for your work. |
docs need to be built and checked. Tests should run through now.
Message._parse_*to handle theMessageEntities.languageattribute correctly. Doesn't actually do anything yet, but we should still add it toMessage.text_htmland friendstest_officialfail again (i.e. partly revert improve CI #1716)closes #1722