UserProfilePhoto
public struct UserProfilePhoto : Codable, Equatable, FunctionResult
Contains full information about a user profile photo
-
Unique user profile photo identifier
Declaration
Swift
public let id: TDInt64 -
Point in time (Unix timestamp) when the photo has been added
Declaration
Swift
public let addedDate: Int32 -
Available variants of the user photo, in different sizes
Declaration
Swift
public let sizes: [PhotoSize] -
Contains full information about a user profile photo
Parameters
idUnique user profile photo identifier
addedDatePoint in time (Unix timestamp) when the photo has been added
sizesAvailable variants of the user photo, in different sizes
View on GitHub
Install in Dash
UserProfilePhoto Structure Reference