Documentation - v0.27.1
    Preparing search index...

    Interface ActionPhotoSuggested

    A photo has been suggested as a profile photo

    interface ActionPhotoSuggested {
        photo: Photo;
        type: "photo_suggested";
    }
    Index

    Properties

    Properties

    photo: Photo

    Photo that was suggested

    type: "photo_suggested"