from telethon import TelegramClient
client = TelegramClient(session,
api_id,
api_hash
)
async def main():
await client.send_message('username', 'Hello to myself!')
with client:
client.loop.run_until_complete(main())
Server sent a very new message with ID 7161122737890074629, ignoring
Server sent a very new message with ID 7161122738048177153, ignoring