699 B
699 B
title | description |
---|---|
inputVideo | inputVideo attributes, type and example |
Constructor: inputVideo
Attributes:
Name | Type | Required |
---|---|---|
id | long | Yes |
access_hash | long | Yes |
Type: InputVideo
Example:
$inputVideo = ['_' => 'inputVideo', 'id' => long, 'access_hash' => long];
PWRTelegram json-encoded version:
{"_": "inputVideo", "id": long, "access_hash": long}
Or, if you're into Lua:
inputVideo={_='inputVideo', id=long, access_hash=long}