Interface SetProfileAudioPosition

Changes position of an audio file in the profile audio files of the current user. Request type for Tdjson#setProfileAudioPosition.

interface SetProfileAudioPosition {
    @type: "setProfileAudioPosition";
    after_file_id: number;
    file_id: number;
}

Properties

@type: "setProfileAudioPosition"
after_file_id: number

Identifier of the file from profile audio files after which the file will be positioned; pass 0 to move the file to the beginning of the list.

file_id: number

Identifier of the file from profile audio files, which position will be changed.