fix-reply-feedback

This commit is contained in:
2023-09-18 11:01:13 +03:00
parent 95071ec301
commit cb00c50ef3
3 changed files with 13 additions and 4 deletions

View File

@@ -41,6 +41,8 @@ async def handle_feedback(msg, state):
async def handle_answer(msg):
answered_msg = msg["reply_to_message"]
if "from" not in answered_msg:
answered_msg["from"] = vars(msg.from_user)
r = await get_chat_administrators(msg["chat"]["id"])
logger.debug(r)
admins = []