MessageAnimation constructor

MessageAnimation({
  1. String? extra,
  2. int? client_id,
  3. Animation? animation,
  4. FormattedText? caption,
  5. Bool? has_spoiler,
  6. Bool? is_secret,
})

Implementation

MessageAnimation({
  super.extra,
  super.client_id,
  this.animation,
  this.caption,
  this.has_spoiler,
  this.is_secret,
});