mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 08:27:45 +01:00
461 B
461 B
title | description |
---|---|
inputMediaVideo | inputMediaVideo attributes, type and example |
Constructor: inputMediaVideo
Attributes:
Name | Type | Required |
---|---|---|
id | InputVideo | Required |
Type: InputMedia
Example:
$inputMediaVideo = ['_' => 'inputMediaVideo', 'id' => InputVideo, ];