AnimatedEmoji constructor

const AnimatedEmoji({
  1. Sticker? sticker,
  2. required int stickerWidth,
  3. required int stickerHeight,
  4. required int fitzpatrickType,
  5. File? sound,
  6. dynamic extra,
  7. int? clientId,
})

Describes an animated or custom representation of an emoji

Implementation

const AnimatedEmoji({
  this.sticker,
  required this.stickerWidth,
  required this.stickerHeight,
  required this.fitzpatrickType,
  this.sound,
  this.extra,
  this.clientId,
});