Parse from a json
factory TextEntityTypeMediaTimestamp.fromJson(Map<String, dynamic> json) => TextEntityTypeMediaTimestamp( mediaTimestamp: json['media_timestamp'], );