1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 10:59:02 +01:00
MadelineProto/old_docs/API_docs_v38/constructors/messageMediaVideo.md

537 B

title description
messageMediaVideo messageMediaVideo attributes, type and example

Constructor: messageMediaVideo

Back to constructors index

Attributes:

Name Type Required
video Video Required
caption string Required

Type: MessageMedia

Example:

$messageMediaVideo = ['_' => 'messageMediaVideo', 'video' => Video, 'caption' => string, ];