DocumentAttributeImageSize#
- class pyrogram.raw.types.DocumentAttributeImageSize#
Defines the width and height of an image uploaded as document.
Constructor of
DocumentAttribute
.- Details:
Layer:
158
ID:
6C37C15C
- Parameters:
w (
int
32-bit
) – Width of image.h (
int
32-bit
) – Height of image.