mirror of
				https://github.com/civsocit/olgram.git
				synced 2025-10-30 02:43:24 +00:00 
			
		
		
		
	
							parent
							
								
									16e944707f
								
							
						
					
					
						commit
						9d8f5a97f7
					
				|  | @ -243,18 +243,13 @@ async def edited_message_handler(message: types.Message, *args, **kwargs): | |||
| 
 | ||||
| async def receive_invite(message: types.Message): | ||||
|     bot = db_bot_instance.get() | ||||
|     print("RECEIVE INVITE") | ||||
|     for member in message.new_chat_members: | ||||
|         print("MEMBER ", str(member)) | ||||
|         if member.id == message.bot.id: | ||||
|             print("MEMBER IS BOT") | ||||
|             chat, _ = await GroupChat.get_or_create(chat_id=message.chat.id, | ||||
|                                                     defaults={"name": message.chat.full_name}) | ||||
|             chat.name = message.chat.full_name | ||||
|             print("SAVE CHAT ", _) | ||||
|             await chat.save() | ||||
|             if chat not in await bot.group_chats.all(): | ||||
|                 print("ADD CHAT") | ||||
|                 await bot.group_chats.add(chat) | ||||
|                 await bot.save() | ||||
|             break | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user