DeleteProfilePhoto
public struct DeleteProfilePhoto : Codable, Equatable, TDFunction
Deletes a profile photo. If something changes, updateUser will be sent
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Identifier of the profile photo to delete
Declaration
Swift
public let profilePhotoId: TDInt64
-
Deletes a profile photo. If something changes, updateUser will be sent
Declaration
Swift
public init(profilePhotoId: TDInt64)
Parameters
profilePhotoId
Identifier of the profile photo to delete