mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 03:34:42 +01:00
466 B
466 B
title | description |
---|---|
messageMediaVideo | messageMediaVideo attributes, type and example |
Constructor: messageMediaVideo
Attributes:
Name | Type | Required |
---|---|---|
video | Video | Required |
Type: MessageMedia
Example:
$messageMediaVideo = ['_' => 'messageMediaVideo', 'video' => Video, ];