Raw.DocumentAttributeImageSize
Defines the width and height of an image uploaded as document
documentAttributeImageSize#6c37c15c w:int h:int = DocumentAttribute;
export namespace Raw {
export class DocumentAttributeImageSize {
constructor(params: { w: number; h: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x6c37c15c