mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:07:51 +01:00
584 B
584 B
title | description |
---|---|
audioEmpty | audioEmpty attributes, type and example |
Constructor: audioEmpty
Attributes:
Name | Type | Required |
---|---|---|
id | long | Yes |
Type: Audio
Example:
$audioEmpty = ['_' => 'audioEmpty', 'id' => long, ];
PWRTelegram json-encoded version:
{"_":"audioEmpty","id":"long"}
Or, if you're into Lua:
audioEmpty={_='audioEmpty', id=long, }