⠀
Size: a a a
⠀
️️
️️
⠀
⠀
ᴀ
ᴀ
ᴀ
ᴀ
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import sys
import asyncio
import logging
from telethon import TelegramClient, sync, events
from telethon.tl import functions, types
from datetime import datetime, timedelta
def debug():
logging.basicConfig(level=logging.DEBUG)
f = functions
t = types
dt = datetime
td = timedelta
c = cl = client = bot = TelegramClient('Telethon', 365840, '14f15199d52f16a483f68343af2a278a').start()
def sleep(n):
c.loop.run_until_complete(asyncio.sleep(n))
ᴀ
⠀
⠀
ᴀ
ᴀ
ᴀ
⠀
ᴀ
⠀
ᴀ