From dddd02be3f7d42f4868cea8d782cb60bbfe3a858 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Sun, 16 Apr 2023 19:20:37 +0300 Subject: [PATCH] test --- api/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/index.py b/api/index.py index 3f1bc24..41cc6ab 100644 --- a/api/index.py +++ b/api/index.py @@ -34,6 +34,7 @@ async def handle(req): chat_id = msg['chat']['id'] member_id = msg['user']['id'] if msg['chat']['type'] == 'new_chat_member': + print(f'new member {member_id}') newcomers[member_id] = 'newcomer' reply_markup = { "inline_keyboard": [