1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 20:57:48 +01:00
MadelineProto/old_docs/API_docs_v46/constructors/inputMediaGeoPoint.md

500 B

title description
inputMediaGeoPoint inputMediaGeoPoint attributes, type and example

Constructor: inputMediaGeoPoint

Back to constructors index

Attributes:

Name Type Required
geo_point InputGeoPoint Required

Type: InputMedia

Example:

$inputMediaGeoPoint = ['_' => 'inputMediaGeoPoint', 'geo_point' => InputGeoPoint, ];