mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:27:23 +01:00
455 B
455 B
Constructor: botInlineMessageMediaGeo
Attributes:
Name | Type | Required |
---|---|---|
geo | GeoPoint | Required |
reply_markup | ReplyMarkup | Optional |
Type:
Example:
$botInlineMessageMediaGeo = ['_' => botInlineMessageMediaGeo', 'geo' => GeoPoint, 'reply_markup' => ReplyMarkup, ];