mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 18:57:49 +01:00
538 B
538 B
title | description |
---|---|
inputMediaVideo | inputMediaVideo attributes, type and example |
Constructor: inputMediaVideo
Attributes:
Name | Type | Required |
---|---|---|
video | InputVideo | Required |
caption | string | Required |
Type: InputMedia
Example:
$inputMediaVideo = ['_' => 'inputMediaVideo', 'video' => InputVideo, 'caption' => string, ];