From bebc4990bd824049df6b33f0a2b2f0ceafd9ffd3 Mon Sep 17 00:00:00 2001 From: monosans Date: Fri, 17 Jan 2025 14:51:35 +0000 Subject: [PATCH] Update CHANGES/1628.bugfix.rst Co-authored-by: Alex Root Junior --- CHANGES/1628.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/1628.bugfix.rst b/CHANGES/1628.bugfix.rst index d565e31e..ee5d7299 100644 --- a/CHANGES/1628.bugfix.rst +++ b/CHANGES/1628.bugfix.rst @@ -1 +1 @@ -Don't require :code:`Downloadable.file_id` to be writable +Change the :code:`Downloadable` protocol to be non-writable to shut up type checking that checks code that uses the :code:`bot.download(...)` method