download File Stream Allocator
suspend fun TelegramBot.downloadFileStreamAllocator(filePath: String): ByteReadChannelAllocator(source)
suspend fun TelegramBot.downloadFileStreamAllocator(pathedFile: PathedFile): ByteReadChannelAllocator(source)
suspend fun TelegramBot.downloadFileStreamAllocator(fileId: FileId): ByteReadChannelAllocator(source)
suspend fun TelegramBot.downloadFileStreamAllocator(file: TelegramMediaFile): ByteReadChannelAllocator(source)
suspend fun TelegramBot.downloadFileStreamAllocator(file: MediaContent): ByteReadChannelAllocator(source)