1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 10:31:13 +01:00

481 B

title description
audioEmpty audioEmpty attributes, type and example

Constructor: audioEmpty

Back to constructors index

Attributes:

Name Type Required
id long Yes

Type: Audio

Example:

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

Or, if you're into Lua:

audioEmpty={_='audioEmpty', id=long, }