InputMediaGeoLive constructor

const InputMediaGeoLive({
  1. required bool stopped,
  2. required InputGeoPointBase geoPoint,
  3. int? heading,
  4. int? period,
  5. int? proximityNotificationRadius,
})

Input Media Geo Live constructor.

Implementation

const InputMediaGeoLive({
  required this.stopped,
  required this.geoPoint,
  this.heading,
  this.period,
  this.proximityNotificationRadius,
}) : super._();