Raw.PhotoSize23
Image description.
photoSize#77bfb61b type:string location:FileLocation w:int h:int size:int = PhotoSize;export namespace Raw {
export class PhotoSize23 {
constructor(params: {
type: string;
location: Raw.TypeFileLocation;
w: number;
h: number;
size: number;
}) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x77bfb61b
Property
type: stringThumbnail type
location: Raw.TypeFileLocationw: numberImage width
h: numberImage height
size: numberFile size