MediaComponent

fun MediaComponent(    file: File,     type: MediaType,     category: MediaCategory = MediaCategory.TweetImage): MediaComponent
fun MediaComponent(    path: Path,     type: MediaType,     category: MediaCategory = MediaCategory.TweetImage): MediaComponent