teleproto - v1.229.0
    Preparing search index...

    Interface InputBotInlineMessageMediaVenueIn

    interface InputBotInlineMessageMediaVenueIn {
        _: "inputBotInlineMessageMediaVenue";
        address: string;
        geoPoint: TypeInputGeoPointIn;
        provider: string;
        replyMarkup?: TypeReplyMarkupIn;
        title: string;
        venueId: string;
        venueType: string;
    }
    Index
    _: "inputBotInlineMessageMediaVenue"
    address: string
    provider: string
    replyMarkup?: TypeReplyMarkupIn
    title: string
    venueId: string
    venueType: string