Interface RemoveProfileAudio

Removes an audio file from the profile audio files of the current user. Request type for Tdjson#removeProfileAudio.

interface RemoveProfileAudio {
    @type: "removeProfileAudio";
    file_id: number;
}

Properties

Properties

@type: "removeProfileAudio"
file_id: number

Identifier of the audio file to be removed.