go-telegram-bot-api/telegram-bot-api

How do I check if a message sent from a user belongs to a media group?

NarDGG opened this issue · 0 comments

For the photo, it is clear how this is done - if update.Message.Photo != id && lan(*update.Message.Photo) > 0 . But how do I check if a user has sent a media group?