Raw.PhotoCachedSize23
Description of an image and its content.
photoCachedSize#e9a734fa type:string location:FileLocation w:int h:int bytes:bytes = PhotoSize;
export namespace Raw {
export class PhotoCachedSize23 {
constructor(params: {
type: string;
location: Raw.TypeFileLocation;
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: 0xe9a734fa
Property
type
: stringThumbnail type
location
: Raw.TypeFileLocationw
: numberImage width
h
: numberImage height
bytes
: BufferBinary data, file content