27 lines
500 B
Markdown
27 lines
500 B
Markdown
---
|
|
title: inputMediaGeoPoint
|
|
description: inputMediaGeoPoint attributes, type and example
|
|
---
|
|
## Constructor: inputMediaGeoPoint
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputMediaGeoPoint = ['_' => 'inputMediaGeoPoint', 'geo_point' => InputGeoPoint, ];
|
|
```
|
|
|