1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update version.

Change log:
- sendPhoto Document Audio ... file_id supported.
- Add process_new_message method for webhook.
- Fix thumb not in Document json
- Polling interval.
This commit is contained in:
eternnoir 2015-07-15 11:28:21 +08:00
parent 185b3e007e
commit 1544efbbda

View File

@ -2,7 +2,7 @@
from setuptools import setup
setup(name='pyTelegramBotAPI',
version='0.2.3',
version='0.2.4',
description='Python Telegram bot api. ',
author='eternnoir',
author_email='eternnoir@gmail.com',