InputMessageAnimation constructor
const
InputMessageAnimation({
- required InputFile animation,
- InputThumbnail? thumbnail,
- required List<
int> addedStickerFileIds, - required int duration,
- required int width,
- required int height,
- FormattedText? caption,
- required bool hasSpoiler,
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,
required this.hasSpoiler,
});