- API ›
- Constructors ›
- InputBotInlineMessageMediaGeo
InputBotInlineMessageMediaGeo
---types--- inputBotInlineMessageMediaGeo#96929a85 geo_point:InputGeoPoint heading:flags.0?int period:flags.1?int proximity_notification_radius:flags.3?int 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::InputBotInlineMessageMediaGeo(v) = result { ... }
Parameters
| geo_point | InputGeoPoint | required |
| heading | int | optional |
| period | int | optional |
| proximity_notification_radius | int | optional |
| reply_markup | ReplyMarkup | optional |