ProfilePhoto
public struct ProfilePhoto : Codable, Equatable, FunctionResult
Describes a user profile photo
-
Photo identifier; 0 for an empty photo. Can be used to find a photo in a list of userProfilePhotos
Declaration
Swift
public let id: TDInt64 -
A small (160x160) user profile photo. The file can be downloaded only before the photo is changed
Declaration
Swift
public let small: File -
A big (640x640) user profile photo. The file can be downloaded only before the photo is changed
Declaration
Swift
public let big: File -
Describes a user profile photo
Parameters
idPhoto identifier; 0 for an empty photo. Can be used to find a photo in a list of userProfilePhotos
smallA small (160x160) user profile photo. The file can be downloaded only before the photo is changed
bigA big (640x640) user profile photo. The file can be downloaded only before the photo is changed
View on GitHub
Install in Dash
ProfilePhoto Structure Reference