1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 07:14:39 +01:00
MadelineProto/old_docs/API_docs_v38/constructors/inputVideo.md

492 B

title description
inputVideo inputVideo attributes, type and example

Constructor: inputVideo

Back to constructors index

Attributes:

Name Type Required
id long Required
access_hash long Required

Type: InputVideo

Example:

$inputVideo = ['_' => 'inputVideo', 'id' => long, 'access_hash' => long, ];