AnimatedChatPhoto.fromJson constructor
Parse from a json
Implementation
factory AnimatedChatPhoto.fromJson(Map<String, dynamic> json) => AnimatedChatPhoto(
length: json['length'],
file: File.fromJson(json['file']),
mainFrameTimestamp: json['main_frame_timestamp'],
);