InputMediaVenue constructor

const InputMediaVenue({
  1. required InputGeoPointBase geoPoint,
  2. required String title,
  3. required String address,
  4. required String provider,
  5. required String venueId,
  6. required String venueType,
})

Input Media Venue constructor.

Implementation

const InputMediaVenue({
  required this.geoPoint,
  required this.title,
  required this.address,
  required this.provider,
  required this.venueId,
  required this.venueType,
}) : super._();