UpdateNewInlineQuery constructor

UpdateNewInlineQuery({
  1. String? extra,
  2. int? client_id,
  3. int64? id,
  4. int53? sender_user_id,
  5. Location? user_location,
  6. ChatType? chat_type,
  7. string? query,
  8. string? offset,
})

Implementation

UpdateNewInlineQuery({
  super.extra,
  super.client_id,
  this.id,
  this.sender_user_id,
  this.user_location,
  this.chat_type,
  this.query,
  this.offset,
});