mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
[Bot API 4.4] Update chat photos
- Update ChatPhoto fields descriptions
This commit is contained in:
parent
c6f346f83d
commit
360cfaa9aa
@ -29,10 +29,12 @@ class ChatPhoto(Object):
|
|||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
small_file_id (``str``):
|
small_file_id (``str``):
|
||||||
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.
|
||||||
|
This file_id can be used only for photo download and only for as long as the photo is not changed.
|
||||||
|
|
||||||
big_file_id (``str``):
|
big_file_id (``str``):
|
||||||
Unique file identifier of big (640x640) chat photo. This file_id can be used only for photo download.
|
File identifier of big (640x640) chat photo.
|
||||||
|
This file_id can be used only for photo download and only for as long as the photo is not changed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user