InlineQueryResultLocation constructor

InlineQueryResultLocation({
  1. String? extra,
  2. int? client_id,
  3. string? id,
  4. Location? location,
  5. string? title,
  6. Thumbnail? thumbnail,
})

Implementation

InlineQueryResultLocation({
  super.extra,
  super.client_id,
  this.id,
  this.location,
  this.title,
  this.thumbnail,
});