Interface IsProfileAudio

Checks whether a file is in the profile audio files of the current user. Returns a 404 error if it isn't. Request type for Tdjson#isProfileAudio.

interface IsProfileAudio {
    @type: "isProfileAudio";
    file_id: number;
}

Properties

Properties

@type: "isProfileAudio"
file_id: number

Identifier of the audio file to check.