mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2021-05-13 03:08:02 +03:00
Update Version.
This commit is contained in:
18
README.md
18
README.md
@@ -223,17 +223,9 @@ while True: # Don't end the main thread.
|
|||||||
```
|
```
|
||||||
Use whichever mechanism fits your purpose! It is even possible to mix and match.
|
Use whichever mechanism fits your purpose! It is even possible to mix and match.
|
||||||
|
|
||||||
## TODO
|
## Examples
|
||||||
|
|
||||||
|
* [Echo Bot](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/echo_bot.py)
|
||||||
|
* [Deep Linking](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/deep_linking.py)
|
||||||
|
|
||||||
|
|
||||||
- [x] getMe
|
|
||||||
- [x] sendMessage
|
|
||||||
- [x] forwardMessage
|
|
||||||
- [x] sendPhoto
|
|
||||||
- [x] sendAudio
|
|
||||||
- [x] sendDocument
|
|
||||||
- [x] sendSticker
|
|
||||||
- [x] sendVideo
|
|
||||||
- [x] sendLocation
|
|
||||||
- [x] sendChatAction
|
|
||||||
- [x] getUserProfilePhotos
|
|
||||||
- [x] getUpdate
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='pyTelegramBotAPI',
|
setup(name='pyTelegramBotAPI',
|
||||||
version='0.2.1',
|
version='0.2.2',
|
||||||
description='Python Telegram bot api. ',
|
description='Python Telegram bot api. ',
|
||||||
author='eternnoir',
|
author='eternnoir',
|
||||||
author_email='eternnoir@gmail.com',
|
author_email='eternnoir@gmail.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user