Made ChatAction an Enum
This commit is contained in:
parent
72e95fd322
commit
e2d80a6087
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user