n
Size: a a a
n
n
api_id
точно у всех разное и не дефолтное?n
🎩
Т(
F🍭
await event.mark_read()
Т(
Ж
Ж
Ж
Ж
from telethon.tl.custom import Dialog
from telethon.tl.types import Channel, Chat, User
private_chats = 0
bots = 0
groups = 0
supergroups = 0
channels = 0
dialog: Dialog
async for dialog in client.iter_dialogs():
entity = dialog.entity
if isinstance(entity, User):
private_chats += 1
if entity.bot:
bots += 1
elif isinstance(entity, Chat):
groups += 1
elif isinstance(entity, Channel):
if entity.broadcast:
channels += 1
elif entity.megagroup:
supergroups += 1
return supergroups, groups, channels, private_chats, bots
(77, 3, 65, 138, 63)
Ж
⟁ᴡ
ЕВ
⟁ᴡ
message.message
ダ
ЕВ
𝖊
️️
n