Update main.py
Co-authored-by: Eugene Evstafev <36392751+chigwell@users.noreply.github.com>
This commit is contained in:
parent
dd9a5cf81a
commit
9cfc9d547e
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -8,7 +8,6 @@ from mcp.server.fastmcp import FastMCP
|
||||||
from telethon import TelegramClient
|
from telethon import TelegramClient
|
||||||
from telethon.sessions import StringSession
|
from telethon.sessions import StringSession
|
||||||
import sqlite3
|
import sqlite3
|
||||||
from telethon import utils
|
|
||||||
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 telethon.tl.functions.contacts import SearchRequest
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue