Raw.PhotoStrippedSize

Raw.PhotoStrippedSize

A low-resolution compressed jpg payload

photoStrippedSize#e0b0bc2e type:string bytes:bytes = PhotoSize;
export namespace Raw {
  export class PhotoStrippedSize {
    constructor(params: { type: string; bytes: Buffer }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xe0b0bc2e

Property

  • type : string

    Thumbnail type

  • bytes : Buffer

    Thumbnail data, see here for more info on decompression