mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 10:26:16 +00:00
[debug]
This commit is contained in:
@@ -75,6 +75,7 @@ async def receive_invite(message: types.Message):
|
||||
|
||||
|
||||
async def receive_left(message: types.Message):
|
||||
print("receive left")
|
||||
bot = db_bot_instance.get()
|
||||
if message.left_chat_member.id == message.bot.id:
|
||||
chat = await bot.group_chats.filter(chat_id=message.chat.id).first()
|
||||
|
||||
Reference in New Issue
Block a user