You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 10 messages containing "hello"hello=client.get_messages(chat, 10, search='hello')
# 10 messages containing photosfromtelethon.tl.typesimportInputMessagesFilterPhotosphoto=client.get_messages(chat, 10, filter=InputMessagesFilterPhotos)
# What's the total count of photos shared in this chat?print(photo.total)