BotInlineMessage

Inline message

botInlineMessageMediaAuto#764cf810 flags:# message:string entities:flags.1?Vector<MessageEntity> reply_markup:flags.2?ReplyMarkup = BotInlineMessage;
botInlineMessageText#8c7f65e2 flags:# no_webpage:flags.0?true message:string entities:flags.1?Vector<MessageEntity> reply_markup:flags.2?ReplyMarkup = BotInlineMessage;
botInlineMessageMediaGeo#b722de65 flags:# geo:GeoPoint period:int reply_markup:flags.2?ReplyMarkup = BotInlineMessage;
botInlineMessageMediaVenue#8a86659c flags:# geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage;
botInlineMessageMediaContact#18d1cdc2 flags:# phone_number:string first_name:string last_name:string vcard:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage;

Constructors

Constructor Description
botInlineMessageMediaAuto Send whatever media is attached to the botInlineMediaResult
botInlineMessageText Send a simple text message
botInlineMessageMediaGeo Send a geolocation
botInlineMessageMediaVenue Send a venue
botInlineMessageMediaContact Send a contact
botInlineMessageMediaInvoice Send an invoice
botInlineMessageMediaWebPage Specifies options that must be used to generate the link preview for the message, or even a standalone link preview without an attached message.