We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f346f commit 360cfaaCopy full SHA for 360cfaa
pyrogram/client/types/user_and_chats/chat_photo.py
@@ -29,10 +29,12 @@ class ChatPhoto(Object):
29
30
Parameters:
31
small_file_id (``str``):
32
- Unique file identifier of small (160x160) chat photo. This file_id can be used only for photo download.
+ File identifier of small (160x160) chat photo.
33
+ This file_id can be used only for photo download and only for as long as the photo is not changed.
34
35
big_file_id (``str``):
- Unique file identifier of big (640x640) chat photo. This file_id can be used only for photo download.
36
+ File identifier of big (640x640) chat photo.
37
38
"""
39
40
def __init__(
0 commit comments