mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 00:19:37 +01:00
467 B
467 B
title | description |
---|---|
inputAudioEmpty | inputAudioEmpty attributes, type and example |
Constructor: inputAudioEmpty
Attributes:
Name | Type | Required |
---|
Type: InputAudio
Example:
$inputAudioEmpty = ['_' => 'inputAudioEmpty', ];
Or, if you're into Lua:
inputAudioEmpty={_='inputAudioEmpty', }