InlineQueryResults constructor

InlineQueryResults({
  1. String? extra,
  2. int? client_id,
  3. int64? inline_query_id,
  4. string? next_offset,
  5. vector<InlineQueryResult>? results,
  6. string? switch_pm_text,
  7. string? switch_pm_parameter,
})

Implementation

InlineQueryResults({
  super.extra,
  super.client_id,
  this.inline_query_id,
  this.next_offset,
  this.results,
  this.switch_pm_text,
  this.switch_pm_parameter,
});