When building Telegram bots with Telegraf, it is easy to expect that a media album arrives as a single message.

In reality, Telegram sends every media item as a separate update.

For example, if a user sends an album with 3 photos, your bot receives:

update #1 -> photo_1

update #2 -> photo_2