موجود در استارتر

Temp Restrictions ماژول

Apply temporary restrictions to users. Mute, slow mode, limited permissions with automatic expiration.

Temporary mute
Slow mode
Limited permissions
Auto-expiration
Restriction reasons
Restriction history
9:41
5G
T

Temp Restrictions Demo

bot

ویژگی‌های کلیدی

هر آنچه نیاز دارید

تمام ویژگی‌های قدرتمند موجود در ماژول Temp Restrictions را کشف کنید.

Temporary mute

شامل ماژول Temp Restrictions برای یکپارچگی بدون درز.

Slow mode

شامل ماژول Temp Restrictions برای یکپارچگی بدون درز.

Limited permissions

شامل ماژول Temp Restrictions برای یکپارچگی بدون درز.

Auto-expiration

شامل ماژول Temp Restrictions برای یکپارچگی بدون درز.

Restriction reasons

شامل ماژول Temp Restrictions برای یکپارچگی بدون درز.

Restriction history

شامل ماژول Temp Restrictions برای یکپارچگی بدون درز.

موارد استفاده

ببینید چگونه کسب‌وکارها از ماژول Temp Restrictions استفاده می‌کنند

Moderation

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های moderation هستند.

Warning system

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های warning system هستند.

Behavior correction

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های behavior correction هستند.

مرجع API

یکپارچه‌سازی آسان

از API RESTful یا وب‌هوک‌های ما برای یکپارچه‌سازی ماژول Temp Restrictions با سیستم‌های موجود خود استفاده کنید.

مشاهده مستندات API
// Enable Temp Restrictions module
curl -X POST https://api.botlaunch.io/v1/modules \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "temp-restrictions",
    "enabled": true,
    "config": {
      // Your configuration here
    }
  }'

// Response
{
  "success": true,
  "module": {
    "id": "temp-restrictions",
    "name": "Temp Restrictions",
    "enabled": true,
    "status": "active"
  }
}

آماده استفاده از Temp Restrictions هستید؟

همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.