We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee55d8e commit 7a5eef0Copy full SHA for 7a5eef0
1 file changed
userbot/plugins/locks.py
@@ -1,8 +1,10 @@
1
import base64
2
+
3
from telethon import events, functions, types
4
from telethon.tl.functions.messages import EditChatDefaultBannedRightsRequest
5
from telethon.tl.functions.messages import ImportChatInviteRequest as Get
6
from telethon.tl.types import ChatBannedRights
7
8
from .sql_helper.locks_sql import get_locks, is_locked, update_lock
9
10
0 commit comments