Interface InlineQueryResultVideo

Represents a video. Subtype of InlineQueryResult.

interface InlineQueryResultVideo {
    @type: "inlineQueryResultVideo";
    description: string;
    id: string;
    title: string;
    video: Video;
}

Properties

@type: "inlineQueryResultVideo"
description: string

Represents a video.

id: string

Unique identifier of the query result.

title: string

Title of the video.

video: Video

Video.