MessageHandler(filters.PHOTO, upload_images)
]
i have this handler in my state, but this is getting called for each image if i send images by grouping. how to fix ?
check the group_id of them
This is what is happening
You will get a different update for each media. They share media_group_id
Обсуждают сегодня