Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Reference: https://t.me/PyrogramChat/141592
Albums are a special entity in Telegram. They are visually displayed as a single message, but in reality they are composed of many (up to 10) single messages that have in common an album identifier.
Something like an
on_albumdecorator that registers an handler for List of Message objects (similar to on_deleted_messages) would allow users to handle this special case easily.