InputMediaGeoPoint constructor

const InputMediaGeoPoint({
  1. required InputGeoPointBase geoPoint,
})

Input Media Geo Point constructor.

Implementation

const InputMediaGeoPoint({
  required this.geoPoint,
}) : super._();