AnimatedChatPhoto constructor
const
AnimatedChatPhoto({})
Animated variant of a chat photo in MPEG4 format
Implementation
const AnimatedChatPhoto({
required this.length,
required this.file,
required this.mainFrameTimestamp,
});