telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

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

Open NarDGG opened this issue 3 months ago • 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?

NarDGG avatar Mar 30 '24 00:03 NarDGG