570 B
570 B
title | description | image |
---|---|---|
videoEmpty | Empty video | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: videoEmpty
Empty video
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
Type: Video
Example:
$videoEmpty = ['_' => 'videoEmpty', 'id' => long];
Or, if you're into Lua:
videoEmpty={_='videoEmpty', id=long}