mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
635 B
635 B
title | description | nav_exclude | image |
---|---|---|---|
inputMediaGeoPoint | Map. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaGeoPoint
Map.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
geo_point | InputGeoPoint | Optional | GeoPoint |
Type: InputMedia
Example:
$inputMediaGeoPoint = ['_' => 'inputMediaGeoPoint', 'geo_point' => InputGeoPoint];