ChatPhotoInfo¶
Contains basic information about the photo of a chat
ChatPhotoInfo(
small: File,
big: File,
minithumbnail: Minithumbnail,
has_animation: Bool,
is_personal: Bool
) → ChatPhotoInfo
small¶
A small (160x160) chat photo variant in JPEG format. The file can be downloaded only before the photo is changed
big¶
A big (640x640) chat photo variant in JPEG format. The file can be downloaded only before the photo is changed
minithumbnail¶
Chat photo minithumbnail; may be null
has_animation¶
Bool
True, if the photo has animated variant
is_personal¶
Bool
True, if the photo is visible only for the current user