print('Admin ist nicht in der Gruppe, verlasse sie deshalb...')
utilities.send_reply(self,msg,'Dieser Bot wurde in eine fremde Gruppe hinzugefügt. Dies wird gemeldet!\nThis bot was added to foreign group. This incident will be reported!')
localresult=bindings.request(self,'leaveChat',{
chat_id=msg.chat.id
})
localchat_name=msg.chat.title
localchat_id=msg.chat.id
localfrom=msg.from.name
localfrom_id=msg.from.id
ifreport_to_adminthen
utilities.send_message(self,config.admin,'#WARNUNG: Bot wurde in fremde Gruppe hinzugefügt:\nGruppenname: '..chat_name..' ('..chat_id..')\nHinzugefügt von: '..from..' ('..from_id..')')