-
True, if stickers were added to the photo
Declaration
Swift
public let hasStickers: Bool
-
Photo minithumbnail; may be null
Declaration
Swift
public let minithumbnail: Minithumbnail?
-
Available variants of the photo, in different sizes
Declaration
Swift
public let sizes: [PhotoSize]
-
Describes a photo
Declaration
Swift
public init(hasStickers: Bool, minithumbnail: Minithumbnail?, sizes: [PhotoSize])
Parameters
hasStickers
True, if stickers were added to the photo
minithumbnail
Photo minithumbnail; may be null
sizes
Available variants of the photo, in different sizes