Kylmakalle
08d6ab549d
Aync Methods for v3.1
2017-07-07 00:54:18 +03:00
eternnoir
4979589faf
Fix not require args. #369
2017-07-02 21:08:36 +08:00
eternnoir
5f8ed347a1
Add missing arg until_date for kickChatMember.
2017-07-01 11:11:25 +08:00
Evgeny Petrov
662a834138
Added missing arguments to restrict_chat_member method
2017-06-30 20:16:51 +03:00
Evgeny Petrov
25a37db2bb
Bot API v3.1
2017-06-30 19:47:09 +03:00
Evgeny Petrov
cb4521f497
Fixed wrong method call
...
Should be called `apihelper.answer_shipping_query` instead of `apihelper.answer_shippingQuery`
2017-06-02 11:07:35 +03:00
eternnoir
708635e420
Fix handler.
2017-05-25 11:45:44 +08:00
eternnoir
84b1aca939
Fix method name.
2017-05-25 11:23:37 +08:00
eternnoir
9025be0ef2
Add handlers.
2017-05-25 11:22:40 +08:00
eternnoir
a8e60b28e0
Fix requirement params.
2017-05-25 11:14:08 +08:00
eternnoir
cf287af549
Add payment method. PEP8. Refactor.
2017-05-25 10:56:58 +08:00
Kylmakalle
3f5596ddce
new_chat_members content type and new send_action actions
2017-05-21 14:27:31 +03:00
Kylmakalle
6cda8d052c
VideoNote support
...
Send and recieve round video messages.
Support for send_video_note metod and video_note content type.
2017-05-19 17:19:15 +03:00
Kurbanov Bulat
34047c0121
Add methods to AsyncTeleBot
2017-05-18 13:55:55 +04:00
FrankWang
1a70c2d613
Merge pull request #319 from Artom-Kozincev/master
...
Add more accurate control over threads count
2017-05-17 14:48:18 +08:00
Kylmakalle
89f515b120
deleteMessage returns Ok on success, not Message type
2017-05-12 01:13:40 +03:00
Kylmakalle
f7cfb98b60
Added option to delete messages.
...
Added option to delete messages.
Some bots do not support this method now, waiting for an official api
release.
2017-05-07 17:37:03 +03:00
Artom-Kozincev
e138d2e1ef
Add more accurate control over threads count
2017-04-06 22:12:17 +03:00
Andrew Developer
43f026dc64
Added IGNORECASE flag to message_handler
...
Added re.IGNORECASE flag to message_handler, so it matches without chars case.
2017-03-28 16:24:28 +03:00
eternnoir
76a48ffe82
Bug fix for edited_channel_post_handler.
2017-03-04 21:30:07 +08:00
eternnoir
a06551daaf
Add delete webhook.
2016-12-06 11:52:16 +08:00
eternnoir
eadff07f79
Add allowed_updates to get_updates.
2016-12-06 11:44:30 +08:00
eternnoir
b5e27d0fea
Add max_connections and allowed_updates to set_webhook.
2016-12-06 11:42:15 +08:00
eternnoir
e555da86dd
Add cache_time to answerCallbackQuery
2016-12-03 13:38:30 +08:00
eternnoir
9a5e8302be
Add force params in setGameScore method.
2016-12-03 13:31:55 +08:00
eternnoir
30ed6e37d3
Add channel_post, edited_channel_post support.
2016-12-03 13:28:22 +08:00
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