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 |
|
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 |
|
eternnoir
|
450ef42a83
|
Fix typo.
|
2017-04-30 19:40:27 +08:00 |
|
Artom-Kozincev
|
e138d2e1ef
|
Add more accurate control over threads count
|
2017-04-06 22:12:17 +03:00 |
|
FrankWang
|
d29c816b79
|
Merge pull request #318 from ihoru/master
RecursionError fix during sending files
|
2017-04-05 14:13:22 +08:00 |
|
Ihor Polyakov
|
662c69e09c
|
RecursionError fix during sending files
|
2017-04-02 14:56:53 +07: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 |
|
Alex Kuznitsin
|
f7fc538bd8
|
Non-ASCII chars for filename. Telegram doesn't accept rfc2231 styled filename. Using utf-8 directly.
|
2017-01-30 17:40:18 +03:00 |
|
Nicholas Guriev
|
9fe8565d53
|
Use session to ensure persistent connection to api.telegram.org
|
2016-12-17 09:03:00 +03:00 |
|
FrankWang
|
1058822f85
|
Merge pull request #266 from Yolley/patch-1
Added isinstance for bytes to function 'add' in ReplyKeyboardMarkup
|
2016-12-13 10:02:58 +08:00 |
|
Evgeny Petrov
|
12e7879325
|
Added max_connections and allowed updates to WebhookInfo
|
2016-12-12 19:29:57 +03:00 |
|
Yolley
|
d14bd9a36b
|
Add isinstance for bytes to function 'add' in ReplyKeyboardMarkup
All explanation is here https://github.com/eternnoir/pyTelegramBotAPI/issues/265
|
2016-12-06 17:12:28 +03: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
|
509fae6792
|
Bug fix.
|
2016-12-03 15:17:06 +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 |
|
Evgeny Petrov
|
c99bb16619
|
Updated set_game_score
• New field `force`
• Changed `edit_message` to `disable_edit_message`
|
2016-11-21 09:28:32 +03:00 |
|
Evgeny Petrov
|
856af72599
|
Added cache_time to answer_callback_query
|
2016-11-21 09:19:59 +03:00 |
|
Evgeny Petrov
|
8c8be81bb9
|
Added optional forward_from_message_id
And changed `forward_date` to optional (as it should be)
|
2016-11-21 09:10:51 +03:00 |
|
Evgeny Petrov
|
b2cd3c9716
|
Added channel_post and edited_channel_post to Update object
|
2016-11-21 09:06:36 +03:00 |
|
Evgeny Petrov
|
1c9a9b9622
|
hide_keyboard -> remove_keyboard
|
2016-11-21 08:57:38 +03:00 |
|
Evgeny Petrov
|
1691e84d01
|
ReplyKeyboardHide -> ReplyKeyboardRemove
Since Telegram changed object name in API docs: https://core.telegram.org/bots/api#replykeyboardremove
|
2016-11-16 14:18:39 +03:00 |
|
eternnoir
|
7a6bb4dcc8
|
Remove type in InlineQueryResultGame.
|
2016-11-01 01:14:28 +08:00 |
|
eternnoir
|
e342b9fa6b
|
Fix InlineQueryResultGame replymarkup do not to_dic.
|
2016-11-01 01:10:06 +08:00 |
|
Evgeny Petrov
|
2af9209005
|
Fixed KeyError when data field is None in CallbackQuery
obj['data'] raises KeyError when `data` is None, while obj.get('data') returns None
|
2016-10-30 18:23:57 +08:00 |
|
Evgeny Petrov
|
d2e1acde6a
|
Fixed API object type mismatch
|
2016-10-29 23:23:39 +03:00 |
|
eternnoir
|
54ed2038aa
|
New methods setGameScore and getGameHighScores.
|
2016-10-29 21:22:46 +08:00 |
|
Evgeny Petrov
|
6f8ebbae89
|
Added setGameScore and getGameHighScores
1. https://core.telegram.org/bots/api#setgamescore
2. https://core.telegram.org/bots/api#getgamehighscores
|
2016-10-26 16:19:04 +03: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 |
|
FrankWang
|
d53a881ac4
|
Merge pull request #238 from Kondra007/patch-6
Added "all_members_are_administrators" field to Chat object
|
2016-10-12 12:01:46 +08:00 |
|
FrankWang
|
67583d3639
|
Merge pull request #240 from Kondra007/patch-9
Added caption field to several objects
|
2016-10-12 12:00:32 +08:00 |
|