We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fbdfd commit c8cc9c8Copy full SHA for c8cc9c8
pyrogram/types/input_message_content/external_reply_info.py
@@ -16,7 +16,7 @@
16
# You should have received a copy of the GNU Lesser General Public License
17
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
18
19
-from typing import Optional, Union
+from typing import Optional, Union, Callable
20
21
import pyrogram
22
from pyrogram import raw, types, utils, enums
0 commit comments