mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Version Update.
Change log: - All Message's attributes default to None. Don't need hasattr to check attribute. - Inline mode support. - Add InlineQueryResultArticle InlineQueryResultPhoto InlineQueryResultGif InlineQueryResultMpeg4Gif InlineQueryResultVideo - Add new method answer_inline_query - Add new inline_handler
This commit is contained in:
parent
a74ed6e3ab
commit
00d6481818
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ def readme():
|
|||||||
return f.read()
|
return f.read()
|
||||||
|
|
||||||
setup(name='pyTelegramBotAPI',
|
setup(name='pyTelegramBotAPI',
|
||||||
version='1.4.0',
|
version='1.4.1',
|
||||||
description='Python Telegram bot api. ',
|
description='Python Telegram bot api. ',
|
||||||
long_description=readme(),
|
long_description=readme(),
|
||||||
author='eternnoir',
|
author='eternnoir',
|
||||||
|
Loading…
Reference in New Issue
Block a user