MadelineProto/old_docs/API_docs_v40/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, ];