1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
pyTelegramBotAPI/telebot
Max 527351385b + Don't check filters against NoneType values;
+ More flexibility for subclassing:
	- __exec_task is protected now(was private)
	- _test_message_handler and _test_filter are class members
	  now(used to be static methods)
+ More flexibility on extention of message_handler(**kwargs for
additional parameters)
2016-06-13 16:47:15 +03:00
..
__init__.py + Don't check filters against NoneType values; 2016-06-13 16:47:15 +03:00
apihelper.py Add 2.1 new method. 2016-06-07 19:00:44 +08:00
types.py Merge remote-tracking branch 'origin/feature-changes20160522' into api2.1 2016-06-07 19:30:01 +08:00
util.py Added missing import for extract_arguments() 2016-04-26 11:16:49 +02:00