1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 22:51:11 +01:00

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, ];