BotInlineMessageMediaInvoice

---types---
botInlineMessageMediaInvoice#354a9b09 shipping_address_requested:flags.1?true test:flags.3?true title:string description:string photo:flags.0?WebDocument currency:string total_amount:long reply_markup:flags.2?ReplyMarkup = BotInlineMessage

Belongs to

BotInlineMessage

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

Parameters

shipping_address_requestedtrueoptional
testtrueoptional
titlestringrequired
descriptionstringrequired
photoWebDocumentoptional
currencystringrequired
total_amountlongrequired
reply_markupReplyMarkupoptional