1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/maskCoords.md
2016-12-20 13:15:22 +01:00

538 B

title
maskCoords

Constructor: maskCoords

Back to constructors index

Attributes:

Name Type Required
n int Required
x double Required
y double Required
zoom double Required

Type: MaskCoords

Example:

$maskCoords = ['_' => maskCoords', 'n' => int, 'x' => double, 'y' => double, 'zoom' => double, ];