- API ›
- Constructors ›
- InputGeoPoint
InputGeoPoint
---types--- inputGeoPoint#48222faf lat:double long:double accuracy_radius:flags.0?int = InputGeoPoint
Belongs to
| InputGeoPoint |
In Rust this constructor is a variant of the enums::InputGeoPoint enum.
Match on it with: if let enums::InputGeoPoint::InputGeoPoint(v) = result { ... }
Parameters
Used by
| CreateChannel |
| EditLocation |
| GetInlineBotResults |
| GetLocated |
| UpdateBusinessLocation |