Update main.py

Co-authored-by: Eugene Evstafev <36392751+chigwell@users.noreply.github.com>
This commit is contained in:
anonim 2025-04-17 19:42:54 +03:00 committed by GitHub
parent 9cfc9d547e
commit 492dd15b42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,6 @@ from telethon import TelegramClient
from telethon.sessions import StringSession from telethon.sessions import StringSession
import sqlite3 import sqlite3
from telethon.tl.types import User, Chat, Channel, ChatAdminRights, ChatBannedRights, ChannelParticipantsKicked, ChannelParticipantsAdmins, InputChatPhoto, InputChatUploadedPhoto, InputChatPhotoEmpty, InputPeerUser, InputPeerChat, InputPeerChannel from telethon.tl.types import User, Chat, Channel, ChatAdminRights, ChatBannedRights, ChannelParticipantsKicked, ChannelParticipantsAdmins, InputChatPhoto, InputChatUploadedPhoto, InputChatPhotoEmpty, InputPeerUser, InputPeerChat, InputPeerChannel
from telethon.tl.functions.contacts import SearchRequest
from datetime import datetime, timedelta from datetime import datetime, timedelta
import json import json
from typing import List, Dict, Optional, Union, Any from typing import List, Dict, Optional, Union, Any