782 B
782 B
title | description | image |
---|---|---|
maskCoords | Mask coords | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: maskCoords
Mask coords
Attributes:
Name | Type | Required | Description |
---|---|---|---|
n | int | Yes | N |
x | double | Yes | X |
y | double | Yes | Y |
zoom | double | Yes | Zoom |
Type: MaskCoords
Example:
$maskCoords = ['_' => 'maskCoords', 'n' => int, 'x' => double, 'y' => double, 'zoom' => double];
Or, if you're into Lua:
maskCoords={_='maskCoords', n=int, x=double, y=double, zoom=double}