AnimatedEmoji constructor

AnimatedEmoji({
  1. String? extra,
  2. int? client_id,
  3. Sticker? sticker,
  4. int32? sticker_width,
  5. int32? sticker_height,
  6. int32? fitzpatrick_type,
  7. File? sound,
})

Implementation

AnimatedEmoji({
  super.extra,
  super.client_id,
  this.sticker,
  this.sticker_width,
  this.sticker_height,
  this.fitzpatrick_type,
  this.sound,
});