Documentation - v0.27.1
    Preparing search index...

    Interface RawPhotoSizeSourceThumbnail

    This photo is a thumbnail, and its size is provided here as a one-letter string

    interface RawPhotoSizeSourceThumbnail {
        _: "thumbnail";
        fileType: FileType;
        thumbnailType: string;
    }
    Index

    Properties

    _: "thumbnail"
    fileType: FileType
    thumbnailType: string