Telegram Group Better - Ipcam

if action == 'on': context.user_data['motion_detection'] = True await update.message.reply_text("✅ Motion detection enabled! Will notify group when motion detected.")

if confidence > 0.5: # Confidence threshold if cls == 0: # person detected['persons'] += 1 elif cls in [2, 3, 5, 7]: # car, motorcycle, bus, truck detected['vehicles'] += 1 elif cls in [16, 17, 18]: # cat, dog, horse detected['animals'] += 1 ipcam telegram group better