reply? if event.reply_to worked for me but inside a thread it doesn't work since it's used to reply to a thread and not to a message
if you want to also consider topic messages replying to other topic messages as reply if not event.reply_to: return if event.reply_to.forum_topic and not event.reply_to.reply_to_top_id: return otherwise just so if event.reply_to and not event.reply_to.forum_topic
Обсуждают сегодня