--- title: audioEmpty description: audioEmpty attributes, type and example --- ## Constructor: audioEmpty [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |id|[long](../types/long.md) | Yes| ### Type: [Audio](../types/Audio.md) ### Example: ``` $audioEmpty = ['_' => 'audioEmpty', 'id' => long]; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "audioEmpty", "id": long} ``` Or, if you're into Lua: ``` audioEmpty={_='audioEmpty', id=long} ```