have msg id and many more attributes so can't use that
what makes you think 'Album handler doesn't have msg id'
event.id returns error
Event has no attribute id Event.media too
because there is no single event, there are events. use event[0].id for first album message, a NewMessage attributes are all from Message, which is same as event[index].something or event.messages[index].something
So passing event in file parameter should work or need to use one liner?
what are you trying to do with the albums you received
Forwarding whole album in a gc with topics enabled, so I have to use reply_to parameter
So you're forwarding the album you in events.Album into a group chat with topic enabled? why would you need the album message id for that
Hmm wait Let me try something
Обсуждают сегодня