aiogram/aiogram/__init__.py
Alex Root Junior 3b40f2501e Fix send_photo
2017-05-26 10:53:33 +03:00

8 lines
194 B
Python

import logging
__version__ = '0.1b'
log = logging.getLogger(__name__)
API_URL = "https://api.telegram.org/bot{token}/{method}"
FILE_URL = "https://api.telegram.org/file/bot{token}/{file_id}"