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

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.
This commit is contained in:
eternnoir 2016-05-08 18:45:21 +08:00
parent 022cdada49
commit 16838c30b6

View File

@ -7,7 +7,7 @@ def readme():
return f.read()
setup(name='pyTelegramBotAPI',
version='2.0.5',
version='2.1.0',
description='Python Telegram bot api. ',
long_description=readme(),
author='eternnoir',