multipartFile

suspend fun multipartFile(downloadStreamAllocator: ByteReadChannelAllocator, pathedFile: PathedFile): MultipartFile
suspend fun TelegramBot.multipartFile(pathedFile: PathedFile): MultipartFile
suspend fun TelegramBot.multipartFile(fileId: FileId): MultipartFile
suspend fun TelegramBot.multipartFile(file: TelegramMediaFile): MultipartFile
suspend fun TelegramBot.multipartFile(content: MediaContent): MultipartFile