MadelineProto/docs/API_docs_55/constructors/documentAttributeImageSize.md

26 lines
553 B
Markdown
Raw Normal View History

---
title: documentAttributeImageSize
description: documentAttributeImageSize attributes, type and example
---
## Constructor: documentAttributeImageSize
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|w|[int](../types/int.md) | Required|
|h|[int](../types/int.md) | Required|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
### Example:
```
$documentAttributeImageSize = ['_' => 'documentAttributeImageSize', 'w' => int, 'h' => int, ];
```