Interface InputStoryAreaTypeFoundVenue

An area pointing to a venue found by the bot getOption("venue_search_bot_username"). Subtype of InputStoryAreaType.

interface InputStoryAreaTypeFoundVenue {
    @type: "inputStoryAreaTypeFoundVenue";
    query_id: string;
    result_id: string;
}

Properties

@type: "inputStoryAreaTypeFoundVenue"
query_id: string

Identifier of the inline query, used to found the venue.

result_id: string

Identifier of the inline query result.