Parse from a json
factory InputChatPhotoPrevious.fromJson(Map<String, dynamic> json) => InputChatPhotoPrevious( chatPhotoId: int.parse(json['chat_photo_id']), );