Skip to content

ChatPhotoInfo

Type · TDLib 1.8.67 · d1085f9c

Contains basic information about the photo of a chat

ChatPhotoInfo(
  small: File,
  big: File,
  minithumbnail: Minithumbnail,
  has_animation: Bool,
  is_personal: Bool
) → ChatPhotoInfo

small

File

A small (160x160) chat photo variant in JPEG format. The file can be downloaded only before the photo is changed

big

File

A big (640x640) chat photo variant in JPEG format. The file can be downloaded only before the photo is changed

minithumbnail

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