InputWebFileGeoPointLocation constructor

const InputWebFileGeoPointLocation({
  1. required InputGeoPointBase geoPoint,
  2. required int accessHash,
  3. required int w,
  4. required int h,
  5. required int zoom,
  6. required int scale,
})

Input Web File Geo Point Location constructor.

Implementation

const InputWebFileGeoPointLocation({
  required this.geoPoint,
  required this.accessHash,
  required this.w,
  required this.h,
  required this.zoom,
  required this.scale,
}) : super._();