downloadFileStreamAllocator

suspend fun TelegramBot.downloadFileStreamAllocator(filePath: String): ByteReadChannelAllocator
suspend fun TelegramBot.downloadFileStreamAllocator(pathedFile: PathedFile): ByteReadChannelAllocator
suspend fun TelegramBot.downloadFileStreamAllocator(fileId: FileId): ByteReadChannelAllocator
suspend fun TelegramBot.downloadFileStreamAllocator(file: MediaContent): ByteReadChannelAllocator