AnswerInlineQuery constructor

AnswerInlineQuery({
  1. String? extra,
  2. int? client_id,
  3. int64? inline_query_id,
  4. Bool? is_personal,
  5. vector<InputInlineQueryResult>? results,
  6. int32? cache_time,
  7. string? next_offset,
  8. string? switch_pm_text,
  9. string? switch_pm_parameter,
})

Implementation

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