diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index e1f218ca..e0f0b4e7 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -38,9 +38,9 @@ from signal import signal, SIGINT, SIGTERM, SIGABRT from threading import Event, Thread import pyrogram -from pyrogram import ChatAction from pyrogram.api import functions, types from pyrogram.api.core import Object +from pyrogram.client import ChatAction from pyrogram.api.errors import ( PhoneMigrate, NetworkMigrate, PhoneNumberInvalid, PhoneNumberUnoccupied, PhoneCodeInvalid, PhoneCodeHashEmpty,