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

PEP 8 clean-up.

This commit is contained in:
pieter
2015-07-01 22:34:40 +02:00
parent a03769adde
commit 2f8d1ad4ed
4 changed files with 19 additions and 17 deletions

View File

@@ -54,6 +54,7 @@ def get_updates(token, offset=None):
else:
return _make_request(token, method_url)
def get_user_profile_photos(token, user_id, offset=None, limit=None):
method_url = r'getUserProfilePhotos'
payload = {'user_id': user_id}