Interface DeleteProfilePhoto

Deletes a profile photo. Request type for Tdjson#deleteProfilePhoto.

interface DeleteProfilePhoto {
    @type: "deleteProfilePhoto";
    profile_photo_id: string;
}

Properties

@type: "deleteProfilePhoto"
profile_photo_id: string

Identifier of the profile photo to delete.