17 lines
330 B
Markdown
17 lines
330 B
Markdown
## Constructor: inputMediaGeoPoint
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Required|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$inputMediaGeoPoint = ['geo_point' => InputGeoPoint, ];
|
|
``` |