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