1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 03:34:42 +01:00
MadelineProto/old_docs/API_docs_v27/constructors/videoEmpty.md

408 B

title description
videoEmpty videoEmpty attributes, type and example

Constructor: videoEmpty

Back to constructors index

Attributes:

Name Type Required
id long Required

Type: Video

Example:

$videoEmpty = ['_' => 'videoEmpty', 'id' => long, ];