From e2d80a6087893f9cb54f98429e02c3fa4ffe0836 Mon Sep 17 00:00:00 2001 From: JosXa Date: Mon, 30 Apr 2018 16:11:50 +0200 Subject: [PATCH] Made ChatAction an Enum --- pyrogram/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,