1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:17:48 +01:00
MadelineProto/old_docs/API_docs_v57/constructors/maskCoords.md

30 lines
596 B
Markdown
Raw Normal View History

---
title: maskCoords
description: maskCoords attributes, type and example
---
## Constructor: maskCoords
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|n|[int](../types/int.md) | Required|
|x|[double](../types/double.md) | Required|
|y|[double](../types/double.md) | Required|
|zoom|[double](../types/double.md) | Required|
### Type: [MaskCoords](../types/MaskCoords.md)
### Example:
```
$maskCoords = ['_' => 'maskCoords', 'n' => int, 'x' => double, 'y' => double, 'zoom' => double, ];
```