eternnoir
e1a3ccadb7
Add sendMediaGroup method.
2017-11-29 13:45:25 +08:00
eternnoir
7ac246b801
Fix inline_query_handler not work.
2017-11-15 00:42:27 +08:00
eternnoir
8bdbc24014
Fix ShippingOption to_json. #414
2017-11-13 10:25:39 +08:00
eternnoir
46c803bf55
Fix shipping_options bug. #414
...
Update version.
2017-11-13 10:14:10 +08:00
eternnoir
3986f33d3a
Fix caption_entities without default value.
2017-11-06 08:42:57 +08:00
Vitaliy
d8587419e1
Fixed bug when message has next step handler and exec command handlers.
2017-11-04 15:09:29 +02:00
Evgeny Petrov
8e71a612a6
Added missing methods definitions to __init__.py and Async Telebot
2017-10-22 20:07:51 +03:00
Evgeny Petrov
5f8d99664e
Bot API 3.4: new methods for live locations, new objects.
2017-10-22 19:50:51 +03:00
Evgeny Petrov
600c014515
Added missing author_signature field to Message object
...
`author_signature` field was checked, but never added to `Message` object.
2017-09-22 01:08:54 +03:00
Evgeny Petrov
211f1c607d
Bot API 3.3:
...
- Added the new field pinned_message to the Chat object.
- Added the new fields author_signature and forward_signature to the Message object.
- Added the new field is_bot to the User object.
2017-08-23 10:30:32 +03:00
mostafaqanbaryan
15d287919d
Update __init__.py
...
Add clear_step_handler() for resetting bot
2017-08-21 14:40:47 +04:30
eternnoir
dcddedcd24
Fix file dic.
2017-08-06 15:35:43 +08:00
eternnoir
2e743b4b86
Add v3.2 method.
2017-08-06 15:22:23 +08:00
eternnoir
af70313721
New method for v3.2
2017-08-06 14:25:25 +08:00
eternnoir
aefd666062
Update sticker set.
2017-08-06 12:00:26 +08:00
FrankWang
c91ce6036b
Merge pull request #372 from Kylmakalle/master
...
Async Methods for API v3.1
2017-07-23 15:50:02 +08:00
the31k
96569cbdac
Fix typo
2017-07-19 15:44:10 +03:00
the31k
feec19b7f4
Use per-thread requests sessions
...
Reason is requests.Session is not thread-safe
See: https://github.com/requests/requests/issues/2766
2017-07-19 01:50:12 +03:00
the31k
1a80fc5a0e
Per-thread singletons
2017-07-19 01:50:04 +03:00
FrankWang
488fb745b7
Merge pull request #359 from Yolley/master
...
Informative exception message for better exception handling
2017-07-07 10:45:23 +08:00
Kylmakalle
08d6ab549d
Aync Methods for v3.1
2017-07-07 00:54:18 +03:00
eternnoir
0632cfb9b0
Fix new chat members.
2017-07-02 21:24:19 +08: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
eternnoir
514880fe22
Merge remote-tracking branch 'origin/proxySupport'
2017-07-01 11:06:05 +08:00
eternnoir
f97bb2f615
FIx missing declare
2017-07-01 11:05:14 +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
eternnoir
6af3067a12
Add proxy to readme.
2017-06-28 17:44:07 +08:00
Ihor Polyakov
3713b093b6
json.dumps(allowed_updates) before sending request
2017-06-22 10:35:13 +07:00
Yolley
242456d92b
Update util.py
2017-06-20 15:45:18 +03:00
Yolley
328cabead6
Update util.py
2017-06-20 15:45:01 +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
777a3afaaa
Fix #314
2017-05-30 17:18:03 +08:00
eternnoir
639218b3bf
New fields gif_duration in InlineQueryResultGif and mpeg4_duration in
...
InlineQueryResultMpeg4Gif.
2017-05-25 13:27:13 +08:00
eternnoir
b2449e64c2
Add pay in inline keyboard btn,
2017-05-25 11:48:16 +08: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
3a10c90799
Payments methods
2017-05-24 01:23:52 +03:00
eternnoir
12791e1366
Add payments type to update and message.
2017-05-21 21:52:56 +08:00
eternnoir
5ed333492b
All payment type done.
2017-05-21 21:45:12 +08:00
Kylmakalle
3f5596ddce
new_chat_members content type and new send_action actions
2017-05-21 14:27:31 +03:00
Kylmakalle
443d81d4db
FIX: Can't edit file bytes
2017-05-19 18:08:07 +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
i32ropie
35214b1270
Added language code for users
2017-05-18 23:40:10 +02: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