550 B
550 B
title | description |
---|---|
inputMediaVideo | inputMediaVideo attributes, type and example |
Constructor: inputMediaVideo
Attributes:
Name | Type | Required |
---|---|---|
id | InputVideo | Yes |
Type: InputMedia
Example:
$inputMediaVideo = ['_' => 'inputMediaVideo', 'id' => InputVideo, ];
Or, if you're into Lua:
inputMediaVideo={_='inputMediaVideo', id=InputVideo, }