InlineQueryResultAnimation constructor

InlineQueryResultAnimation({
  1. String? extra,
  2. int? client_id,
  3. string? id,
  4. Animation? animation,
  5. string? title,
})

Implementation

InlineQueryResultAnimation({
  super.extra,
  super.client_id,
  this.id,
  this.animation,
  this.title,
});