АВ

Size: a a a
АВ
s
АВ
АВ
⟁ᴡ
⟁ᴡ
python -c "import telethon; from telethon import events, TelegramClient, sync, errors, utils; from telethon.tl import functions, types, custom; (lambda c: (c.add_event_handler(lambda e: e.respond('hi'), events.NewMessage(pattern='hello')), c.run_until_disconnected()))(TelegramClient('telethon', 6, 'eb06d4abfb49dc3eeb1aeb98ae0f581e').start())"
⟁ᴡ
get_sender()
?s
get_sender()
?АВ
python -c "import telethon; from telethon import events, TelegramClient, sync, errors, utils; from telethon.tl import functions, types, custom; (lambda c: (c.add_event_handler(lambda e: e.respond('hi'), events.NewMessage(pattern='hello')), c.run_until_disconnected()))(TelegramClient('telethon', 6, 'eb06d4abfb49dc3eeb1aeb98ae0f581e').start())"
⟁ᴡ
⟁ᴡ
users = {}
async for message in client.iter_messages(group):
u = await message.get_sender()
if hasattr(u, 'phone') and not u.id in users.keys():
users[u.id] = u
⟁ᴡ
[u async for u in client.iter_messages(event.chat.id, from_user=(lambda c: (message.get_sender().id)))]
⟁ᴡ
s
АВ
⟁ᴡ
s
not x in container
x not in container
M
M