InputVenueMessageContent constructor

InputVenueMessageContent(
  1. double latitude,
  2. double longitude,
  3. String title,
  4. String address, {
  5. String? foursquareId,
  6. String? foursquareType,
  7. String? googlePlaceId,
  8. String? googlePlaceType,
})

Basic constructor

Implementation

InputVenueMessageContent(
  this.latitude,
  this.longitude,
  this.title,
  this.address, {
  this.foursquareId,
  this.foursquareType,
  this.googlePlaceId,
  this.googlePlaceType,
});