InputChatPhotoAnimation constructor

InputChatPhotoAnimation({
  1. InputFile? animation,
  2. required double mainFrameTimestamp,
})

Implementation

InputChatPhotoAnimation({this.animation, required this.mainFrameTimestamp});