documentAttributeImageSize
Defines the width and height of an image uploaded as document
type tg.DocumentAttributeImageSize struct { /* ... */ }
Implements DocumentAttribute.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
W | int | yes | Width of image |
H | int | yes | Height of image |
References
- Official documentation
- Generated Go reference
- TL definition:
documentAttributeImageSize#6c37c15c