Raw.PhotoPathSize

Raw.PhotoPathSize

Messages with animated stickers can have a compressed svg (< 300 bytes) to show the outline of the sticker before fetching the actual lottie animation.

photoPathSize#d8214d41 type:string bytes:bytes = PhotoSize;
export namespace Raw {
  export class PhotoPathSize {
    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: 0xd8214d41

Property

  • type : string

    Always j

  • bytes : Buffer

    Compressed svg path payload, see here for decompression instructions