Skip to content

Commit 360cfaa

Browse files
committed
[Bot API 4.4] Update chat photos
- Update ChatPhoto fields descriptions
1 parent c6f346f commit 360cfaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyrogram/client/types/user_and_chats/chat_photo.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ class ChatPhoto(Object):
2929
3030
Parameters:
3131
small_file_id (``str``):
32-
Unique file identifier of small (160x160) chat photo. This file_id can be used only for photo download.
32+
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.
3334
3435
big_file_id (``str``):
35-
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+
This file_id can be used only for photo download and only for as long as the photo is not changed.
3638
"""
3739

3840
def __init__(

0 commit comments

Comments
 (0)