MessageAnimation constructor
const
MessageAnimation({
- required Animation animation,
- required FormattedText caption,
- required bool hasSpoiler,
- required bool isSecret,
An animation message (GIF-style).
Implementation
const MessageAnimation({
required this.animation,
required this.caption,
required this.hasSpoiler,
required this.isSecret,
});