python-telegram-bot/telegram/ext
Poolitzer 55e3ecf9f8
API 4.6 (#1723)
* First take on 4.6 support

* improved docs

* Minor doc formattings

* added poll and poll_answer to filters

* added tests, fixed mentioned issues

* added poll_answer + poll filter tests

* Update docs according to official API docs

* introducing pollhandler and pollanswerhandler

* First take on 4.6 support

* improved docs

* Minor doc formattings

* added poll and poll_answer to filters

* added tests, fixed mentioned issues

* added poll_answer + poll filter tests

* Update docs according to official API docs

* introducing pollhandler and pollanswerhandler

* correct_option_id validated with None

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.

* improving example

* improving code

* adding poll filter example to the pollbot.py

* Update Readme

* simplify pollbot.py and add some comments

* add tests for Poll(Answer)Handler

* We just want Filters.poll, not Filters.update.poll

* Make test_official fail again

* Handle ME.language in M._parse_*

Co-authored-by: Hinrich Mahler <hinrich.mahler@freenet.de>
Co-authored-by: Sharun Kumar <715417+sharunkumar@users.noreply.github.com>
2020-03-29 09:52:30 +02:00
..
__init__.py API 4.6 (#1723) 2020-03-29 09:52:30 +02:00
basepersistence.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
callbackcontext.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
callbackqueryhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
choseninlineresulthandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
commandhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
conversationhandler.py Doc Fixes (#1778) 2020-03-28 11:49:47 +01:00
defaults.py Add default values (#1490) 2020-02-06 11:22:56 +01:00
dictpersistence.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
dispatcher.py Handler persistence for nested ConversationHandlers (#1711) 2020-02-02 22:31:56 +01:00
filters.py Make Filters.command only accept MessageEntity commands (#1744) 2020-02-08 14:54:21 +02:00
handler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
inlinequeryhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
jobqueue.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
messagehandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
messagequeue.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
picklepersistence.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
pollanswerhandler.py API 4.6 (#1723) 2020-03-29 09:52:30 +02:00
pollhandler.py API 4.6 (#1723) 2020-03-29 09:52:30 +02:00
precheckoutqueryhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
regexhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
shippingqueryhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
stringcommandhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
stringregexhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
typehandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
updater.py Doc Fixes (#1778) 2020-03-28 11:49:47 +01:00