AnimatedChatPhoto constructor

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

Implementation

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