download File Stream
suspend fun TelegramBot.downloadFileStream(filePath: String): ByteReadChannel
Content copied to clipboard
suspend fun TelegramBot.downloadFileStream(pathedFile: PathedFile): ByteReadChannel
Content copied to clipboard
suspend fun TelegramBot.downloadFileStream(fileId: FileId): ByteReadChannel
Content copied to clipboard
suspend fun TelegramBot.downloadFileStream(file: TelegramMediaFile): ByteReadChannel
Content copied to clipboard
suspend fun TelegramBot.downloadFileStream(file: MediaContent): ByteReadChannel
Content copied to clipboard