Interface AddProfileAudio

Adds an audio file to the beginning of the profile audio files of the current user. Request type for Tdjson#addProfileAudio.

interface AddProfileAudio {
    @type: "addProfileAudio";
    file_id: number;
}

Properties

Properties

@type: "addProfileAudio"
file_id: number

Identifier of the audio file to be added. The file must have been uploaded to the server.