1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 04:51:13 +01:00

538 B

title description
inputMediaVideo inputMediaVideo attributes, type and example

Constructor: inputMediaVideo

Back to constructors index

Attributes:

Name Type Required
video InputVideo Required
caption string Required

Type: InputMedia

Example:

$inputMediaVideo = ['_' => 'inputMediaVideo', 'video' => InputVideo, 'caption' => string, ];