635 B
635 B
title | description | image |
---|---|---|
messageMediaVideo | messageMediaVideo attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageMediaVideo
Attributes:
Name | Type | Required |
---|---|---|
video | Video | Optional |
Type: MessageMedia
Example:
$messageMediaVideo = ['_' => 'messageMediaVideo', 'video' => Video];
Or, if you're into Lua:
messageMediaVideo={_='messageMediaVideo', video=Video}