from telethon import TelegramClient
import socks
import asyncio
async def test():
client = TelegramClient('session_id', api_id=123456, api_hash='hash', proxy=(socks.SOCKS5, 'ip', port, 'логин', 'пароль'))
await client.start()
asyncio.run(test())