Raw.PhotoSize

Raw.PhotoSize

Image description.

photoSize#75c78e60 type:string w:int h:int size:int = PhotoSize;
export namespace Raw {
  export class PhotoSize {
    constructor(params: { type: string; w: number; h: number; size: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x75c78e60

Property