Animation constructor
const
Animation({})
Describes an animation file. The animation must be encoded in GIF or MPEG4 format
Implementation
const Animation({
required this.duration,
required this.width,
required this.height,
required this.fileName,
required this.mimeType,
required this.hasStickers,
this.minithumbnail,
this.thumbnail,
required this.animation,
});