Raw.PhotoCachedSize

Raw.PhotoCachedSize

Description of an image and its content.

photoCachedSize#21e1ad6 type:string w:int h:int bytes:bytes = PhotoSize;
export namespace Raw {
  export class PhotoCachedSize {
    constructor(params: { type: string; w: number; h: number; bytes: Buffer }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x21e1ad6

Property