Interface InlineQueryResultAudio

Represents an audio file. Subtype of InlineQueryResult.

interface InlineQueryResultAudio {
    @type: "inlineQueryResultAudio";
    audio: Audio;
    id: string;
}

Properties

Properties

@type: "inlineQueryResultAudio"
audio: Audio

Audio file.

id: string

Unique identifier of the query result.