remove_profile_audio()#
- Client.remove_profile_audio()#
Removes an audio file from the profile audio files of the current user.
Usable by Users Bots- Parameters:
audio (
str) – Identifier of the audio file to be removed. Useget_chat_audios()to get the Audio identifier.- Returns:
bool– On success, True is returned.
Example
# Remove audio file from profile await app.remove_profile_audio(file_id)