We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3c5d7 commit 43cb2b1Copy full SHA for 43cb2b1
botogram/objects/__init__.py
@@ -62,7 +62,6 @@ def avatar_history(self):
62
chunk = self._api.call("getUserProfilePhotos", {
63
"user_id": self.id,
64
"offset": len(avatars),
65
- "limit": 1,
66
}, expect=UserProfilePhotos)
67
68
avatars += chunk.photos
0 commit comments