eternnoir
54ed2038aa
New methods setGameScore and getGameHighScores.
2016-10-29 21:22:46 +08:00
eternnoir
d1498979d4
Merge branch 'JrooTJunior-master' into feature-20161003update
2016-10-20 20:09:07 +08:00
Alex Root Junior
702763edd6
Get webhook info
...
https://core.telegram.org/bots/api#getwebhookinfo
2016-10-20 10:52:38 +03:00
eternnoir
ffa0ea449b
Fix test case.
2016-10-12 15:52:34 +08:00
eternnoir
740d7f44cf
Add url param in answer inline query.
2016-10-08 21:55:28 +08:00
eternnoir
b8e5c43598
Add send game method.
2016-10-08 20:36:48 +08:00
Ihor Polyakov
1b0a872619
return statement added to callback_query_handler in decorator
2016-09-28 20:07:15 +08:00
eternnoir
89cf2658ae
Fix edit reply markup return bool.
2016-08-29 20:50:27 +08:00
eternnoir
6da88c9751
FIx #225
2016-08-29 20:21:56 +08:00
Max
b9a0c3e511
+ More flexibility for different handlers(callback_query_handler and
...
etc.): now they are not limited in input arguments so can be easily
extended by subclassing
arguments
2016-06-16 11:49:51 +03:00
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
Max
1b47e5cc62
code duplication lessened
2016-06-13 14:24:27 +03:00
Max
eb4d58bec1
little optimization on handler dictionary building: code duplication lessened
2016-06-13 14:15:15 +03:00
eternnoir
cdb6d6760d
Add some comment.
2016-06-07 19:44:30 +08:00
eternnoir
8e3c9d8d24
Add edited message handler.
2016-06-07 19:29:12 +08:00
eternnoir
468a535257
Fix de_json.
2016-06-07 19:08:52 +08:00
eternnoir
d2e7f4d8f2
Add 2.1 new method.
2016-06-07 19:00:44 +08:00
eternnoir
ce24aa25f2
Fix #179 .
2016-06-02 13:25:50 +08:00
Diego Muñoz Callejo
3413669a23
Added optional connection (aka sending) timeouts to methods that may upload big chunks of data: send_audio, send_voice, send_document, send_sticker and send_video.
2016-05-22 18:35:20 +02:00
eternnoir
84257b6ba9
Fix typo.
2016-04-23 01:21:45 +08:00
eternnoir
d0666071d8
Fix edit inlinemessage will return bool not Message object.
2016-04-17 10:24:37 +08:00
eternnoir
7490f63f25
Add send_contact
2016-04-16 15:07:52 +08:00
eternnoir
22ab50989e
Add answer_callback_query.
2016-04-16 14:53:41 +08:00
eternnoir
1e320a5b0d
Add callback query handler.
2016-04-16 14:18:19 +08:00
eternnoir
228683aeda
Add new param for anser inline query.
2016-04-14 15:32:08 +08:00
eternnoir
4fe4061a0f
All Updating messages methods done.
2016-04-14 15:17:53 +08:00
eternnoir
f873658aac
Fix edit message error.
2016-04-14 15:06:46 +08:00
eternnoir
13327c371a
Add editMessageText.
2016-04-14 15:03:07 +08:00
eternnoir
4dc7af71a0
Add bot2.0 new methods.
2016-04-14 14:48:26 +08:00
eternnoir
c1247249c7
Add send venu method.
2016-04-14 13:55:28 +08:00
eternnoir
292191038f
Add disable_notification
2016-02-27 11:17:35 +08:00
Artem Kolesnikov
28417d18af
Added ability to set message handler, inline handler, chosen inline handler with method calling
2016-02-20 17:51:14 +05:00
ivan tkachenko
5f9cf881e6
__retrieve_updates split into process_new_updates
2016-02-07 23:45:54 +08:00
eternnoir
93dc1cd92e
Add comment.
2016-01-06 14:31:21 +08:00
eternnoir
94f1bbd402
Almost done.
2016-01-05 14:07:47 +08:00
eternnoir
c706a7aba3
Handler done.
2016-01-05 13:18:32 +08:00
eternnoir
79c46bccae
inline_hanlder done.
2016-01-04 23:10:32 +08:00
eternnoir
3a08111f10
Fix hasattr.
2015-12-22 14:26:08 +08:00
Ivan Lopez
43ad415320
Get and discard all pending updates sent before the first poll of the bot
2015-12-01 15:05:52 +01:00
eternnoir
7e9f5b09cf
Bug #92 fix.
2015-10-26 21:55:04 +08:00
pieter
117c5a1141
Minor CPU optimization
2015-10-03 12:48:56 +02:00
pieter
29a42a398b
Restored the non-threaded variant
2015-10-02 00:00:54 +02:00
pieter
b801728924
Fix unnecessary raise
2015-10-01 22:43:18 +02:00
pieter
d14e9051d4
Better error handling.
...
Errors now are re-raised in the Thread polling() was called from.
If none_stop is *not* set, ApiExceptions will cause the calling Thread to halt.
2015-10-01 22:03:54 +02:00
pieter
941b8ac5d0
Added webhooks support with set_webhook and remove_webhook in the TeleBot class
2015-09-30 18:19:31 +02:00
eternnoir
1c53955d5a
Add timeout para for polling method.
2015-09-30 23:18:26 +08:00
惠轶群
2fb2cd6f20
fix race-condition for message_subscribers
2015-09-30 20:46:37 +08:00
pieter
1038d4fafa
Added download_file
2015-09-18 20:53:10 +02:00
pieter
fd1f16598b
Added File & getFile, including testing
2015-09-18 20:31:29 +02:00
eternnoir
2ca5c0d6f3
Hotfix lambda bug.
2015-09-10 21:27:37 +08:00