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:

file_id (str) – Identifier of the audio file to be removed.

Returns:

bool – On success, True is returned.

Example

await app.remove_profile_audio(file_id)