InlineQueryResultPhoto constructor

InlineQueryResultPhoto({
  1. String? extra,
  2. int? client_id,
  3. string? id,
  4. Photo? photo,
  5. string? title,
  6. string? description,
})

Implementation

InlineQueryResultPhoto({
  super.extra,
  super.client_id,
  this.id,
  this.photo,
  this.title,
  this.description,
});