topic_id = None if getattr(event.reply_to, 'forum_topic', None): topic_id = top if (top := event.reply_to.reply_to_top_id) \ else event.reply_to_msg_id await client.send_message(event.chat_id, 'response', reply_to=topic_id)