👑️
Size: a a a
👑️
⟁ᴡ
⟁ᴡ
⟁ᴡ
from telethon.tl.custom import Message
@client.on(
events.NewMessage(
pattern=r".*",
incoming=True,
func=lambda e: e.text.lower(),
blacklist_chats=True,
chats=("me"),
)
)
async def my_event_handler(event: Message):
print("Chat: {} From: {} Text: {}".format(
event.chat_id,
event.from_id,
event.message.message
)
)
👑️
⟁ᴡ
👑️
👑️
⟁ᴡ
a
await client.get_entity(455000585)
User(id=455000585, is_self=False, contact=False, mutual_contact=False, deleted=False, bot=False, bot_chat_history=False, bot_nochats=False, verified=False, restricted=False, min=False, bot_inline_geo=False, support=False, scam=False, access_hash=2186251496449573084, first_name='👑OGURCHIK🖤', last_name=None, username='ogurchinskiy', phone=None, photo=UserProfilePhoto(photo_id=1954212632692107234, photo_small=FileLocationToBeDeprecated(volume_id=200124000582, local_id=18387), photo_big=FileLocationToBeDeprecated(volume_id=200124000582, local_id=18389), dc_id=2, has_video=False), status=UserStatusRecently(), bot_info_version=None, restriction_reason=[], bot_inline_placeholder=None, lang_code=None)
👑️
КА
ЛХ
КА
MM