НФ
is_read
у event
?Size: a a a
НФ
is_read
у event
?ダ
ダ
⟁ᴡ
class MessageRead(EventBuilder):
"""
Occurs whenever one or more messages are read in a chat.
Args:
inbox (`bool`, optional):
If this argument is `True`, then when you read someone else's
messages the event will be fired. By default (`False`) only
when messages you sent are read by someone else will fire it
"""
⟁ᴡ
⟁ᴡ
⟁ᴡ
⟁ᴡ
⟁ᴡ
НФ
⟁ᴡ
НФ
НФ
S
.from_id
НФ
M
S
with client.takeout() as takeout:
channels = [c for c in takeout(f.channels.GetLeftChannelsRequest(0)).chats if c.creator]
for channel in channels:
print(channel.title)
#do other stuff with channel if you want
S
M