InputMessageAnimation constructor
const
InputMessageAnimation({})
An animation message (GIF-style).
Implementation
const InputMessageAnimation({
required this.animation,
this.thumbnail,
required this.addedStickerFileIds,
required this.duration,
required this.width,
required this.height,
this.caption,
});