Kondra007
851d76888b
Update Readme.md
...
Added `user` to attributes list
2016-05-26 00:44:39 +03:00
Dmitry
05f1c87c7d
Update webhook_flask_heroku_echo.py
2016-05-25 19:25:46 +06:00
Dmitry
59b19fbbc1
Update webhook_flask_heroku_echo.py
2016-05-25 19:15:13 +06:00
Dmitry
e87907f0b8
Update webhook_flask_heroku_echo.py
2016-05-25 01:44:09 +06:00
Dmitry
d84aa796c0
Add files via upload
2016-05-25 01:42:25 +06:00
eternnoir
8c20f63022
Add user to MessageEntity.
2016-05-23 11:12:20 +08:00
eternnoir
f9c7497c5c
Merge branch 'Kondra007-patch-3' into feature-changes20160522
2016-05-23 11:05:14 +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
Kondra007
1a45b4844a
Fixed Travis build (again)
...
Yeah, I'm really sorry for all this errors, maybe tired a little bit.
2016-05-22 15:47:44 +03:00
Kondra007
8a9d89591b
Fixed Travis build errors
2016-05-22 15:44:04 +03:00
Kondra007
234dd8cf9f
Edited edit_date field
...
It's integer, not `Message`
2016-05-22 13:55:54 +03:00
Kondra007
6a98d27f1a
Added edited_message to Update object
...
As of Bot API update 2.1, Update object now has optional edited_message field.
2016-05-22 13:35:21 +03:00
Kondra007
04df139efb
Added edit_date to Message object
...
As of Bot API update 2.1, `Message` object now has optional `edit_date` field.
2016-05-22 13:32:53 +03:00
FrankWang
747f14216b
Merge pull request #166 from Kondra007/patch-1
...
Changed "Process_new_message" to "Process_new_update"
2016-05-20 23:23:10 +08:00
Kondra007
aee9255568
Changed "Process_new_message" to "Process_new_update"
...
This way all types of queries (Message, Inline query, Callback query) are supported.
2016-05-20 17:40:22 +03:00
eternnoir
fbaf88c237
Update version.
2016-05-20 14:41:00 +08:00
eternnoir
3ebc47de8b
Add missing title in InlineQueryResultVenue. #165
2016-05-20 14:39:34 +08:00
Pieter van den Ham
8017c8d919
Fix failing build for python 3.3, 3.4 and pypy3
2016-05-19 10:18:00 +02:00
Pieter van den Ham
2545724a6f
Fix #164
2016-05-19 10:02:59 +02:00
FrankWang
b8770e2c04
Merge pull request #163 from agentik-007/patch-1
...
Update webhook_flask_echo_bot.py
2016-05-17 08:41:34 +08:00
agentik-007
1da5d1e0e2
Update webhook_flask_echo_bot.py
2016-05-16 14:31:36 +03:00
Mr.Gigabyte
bc73f345b2
Update README.md
2016-05-15 09:40:56 +08:00
eternnoir
a824ff967b
Version update.
2016-05-12 11:39:50 +08:00
eternnoir
0c420ee5e4
Add missing title to InlineQueryResultLocation to_json.
...
Fix #160
2016-05-12 11:09:21 +08:00
eternnoir
16838c30b6
Update version.
...
Change log:
- Added the field emoji to the Sticker.
- Added the field forward_from_chat to the Message object for messages
forwarded from channels.
2016-05-08 18:45:21 +08:00
FrankWang
022cdada49
Merge pull request #157 from Kondra007/patch-6
...
Added 06.05.16 updates
2016-05-08 10:45:28 +08:00
Kondra007
fb1052824c
Added 06.05.16 updates
...
* Added the field emoji to the Sticker object. Your bot can now know the emoji a sticker corresponds to.
* Added the field forwarded_from_chat to the Message object for messages forwarded from channels.
2016-05-07 20:24:16 +03:00
eternnoir
769bb55bbe
Update test.
2016-05-03 21:05:11 +08:00
eternnoir
655940dcf8
Update version.
2016-05-03 21:02:46 +08:00
eternnoir
3b52e5c49b
ReplyKeyboardMarkup support string.
2016-05-03 21:02:46 +08:00
FrankWang
700b869555
Merge pull request #154 from tp6vup54/master
...
Fix the bug that the return of request.get_data() is not string.
2016-05-02 21:12:29 +08:00
Ubuntu
5906d632d6
Fix the bug that the return of request.get_data() is not string.
2016-05-02 11:07:23 +00:00
eternnoir
bd513cd343
Merge branch 'master' of github.com:eternnoir/pyTelegramBotAPI
2016-05-01 00:25:28 +08:00
eternnoir
0cb99b42e4
Update version.
2016-05-01 00:25:10 +08:00
eternnoir
dc1869167d
Fix #153
2016-05-01 00:24:54 +08:00
FrankWang
ef22fafa7e
Merge pull request #146 from rmed/fix-regexp
...
Added missing import for extract_arguments()
2016-04-26 23:14:38 +08:00
Rafael Medina
94d1b3f7a8
Added missing import for extract_arguments()
2016-04-26 11:16:49 +02:00
eternnoir
ef68bed01f
Version update.
2016-04-25 23:55:03 +08:00
eternnoir
0eb21aa673
Fix #138 .
2016-04-25 23:54:30 +08:00
FrankWang
e6105d851c
Merge pull request #142 from Pitasi/master
...
Fixed new/left_chat_member content types
2016-04-25 23:32:44 +08:00
Antonio Pitasi
7ec33d43b3
Fixed supper for new/left_chat_member content types
2016-04-24 17:53:13 +02:00
eternnoir
0a856f4e83
Fix test case.
2016-04-23 09:29:48 +08:00
eternnoir
bbe53b5e17
Fix #136 and Update version.
2016-04-23 01:24:50 +08:00
eternnoir
84257b6ba9
Fix typo.
2016-04-23 01:21:45 +08:00
eternnoir
5b234920c7
Version Update.
...
Change log:
- duplicated code remove.
2016-04-19 08:19:20 +08:00
eternnoir
16d4c64b00
Remove duplicated method.
2016-04-19 08:13:37 +08:00
eternnoir
4fb85e25f6
Update rst readme.
2016-04-18 13:39:00 +08:00
eternnoir
0ae20e1a49
Update version.
2016-04-18 13:37:24 +08:00
eternnoir
e913635755
fix next_offset is empty will not set bug.
2016-04-17 23:28:47 +08:00
eternnoir
225cbf2c61
Update switch_inline_query is empty not set bug.
2016-04-17 23:21:11 +08:00