InputBotInlineMessageMediaVenue

---types---
inputBotInlineMessageMediaVenue#417bbf11 geo_point:InputGeoPoint title:string address:string provider:string venue_id:string venue_type:string reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage

Belongs to

InputBotInlineMessage

In Rust this constructor is a variant of the enums::InputBotInlineMessage enum.
Match on it with: if let enums::InputBotInlineMessage::InputBotInlineMessageMediaVenue(v) = result { ... }

Parameters

geo_pointInputGeoPointrequired
titlestringrequired
addressstringrequired
providerstringrequired
venue_idstringrequired
venue_typestringrequired
reply_markupReplyMarkupoptional