AnimatedChatPhoto constructor

const AnimatedChatPhoto({
  1. required int length,
  2. required File file,
  3. required double mainFrameTimestamp,
})

Animated variant of a chat photo in MPEG4 format

Implementation

const AnimatedChatPhoto({
  required this.length,
  required this.file,
  required this.mainFrameTimestamp,
});