InputBotInlineMessageMediaVenue constructor

const InputBotInlineMessageMediaVenue({
  1. required InputGeoPointBase geoPoint,
  2. required String title,
  3. required String address,
  4. required String provider,
  5. required String venueId,
  6. required String venueType,
  7. ReplyMarkupBase? replyMarkup,
})

Input Bot Inline Message Media Venue constructor.

Implementation

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