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