MadelineProto/docs/API_docs/constructors/inputMediaGeoPoint.md

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, ];
```