Interface InlineQueryResultVenue

Represents information about a venue. Subtype of InlineQueryResult.

interface InlineQueryResultVenue {
    @type: "inlineQueryResultVenue";
    id: string;
    thumbnail: Thumbnail;
    venue: Venue;
}

Properties

Properties

@type: "inlineQueryResultVenue"
id: string

Unique identifier of the query result.

thumbnail: Thumbnail

Result thumbnail in JPEG format; may be null.

venue: Venue

Venue result.