Concepts, value, and typical clone scenarios — less code.
Concepts, value, and typical clone scenarios — less code.
Підготовка контенту платформи Ring
Підготовка контенту платформи Ring
Підготовка контенту платформи Ring
Use Founder / Developer tabs in the docs sidebar. This is the admin bot for operators — not member Telegram Login (see Username reservation for identity linking).
Ring ships a Telegram Admin Bot so platform admins can moderate news, run selected admin operations, and receive approval callbacks without opening the web admin UI — while still obeying the same RBAC SSOT as /admin.
| Concern | Truth |
|---|---|
| Webhook | POST /api/telegram/admin-bot/webhook |
| Code | lib/telegram/admin-bot/ |
| RBAC | features/auth/user-role.ts — isPlatformAdmin / isSuperadmin |
| News approval | Bot callbacks + News / News Kingdom |
Missile-hour ops and travel-friendly moderation: approve newsroom drafts, check critical queues, and keep an audit trail — without VPN into a desktop admin session.
Telegram management sits with authentication, security, and verification:
admin / superadmin users can talk to the bot.Defense layers and admin posture.
Telegram approval in the newsroom pipeline.
Roles and session model the bot must respect.
Use Founder / Developer tabs in the docs sidebar. This is the admin bot for operators — not member Telegram Login (see Username reservation for identity linking).
Ring ships a Telegram Admin Bot so platform admins can moderate news, run selected admin operations, and receive approval callbacks without opening the web admin UI — while still obeying the same RBAC SSOT as /admin.
| Concern | Truth |
|---|---|
| Webhook | POST /api/telegram/admin-bot/webhook |
| Code | lib/telegram/admin-bot/ |
| RBAC | features/auth/user-role.ts — isPlatformAdmin / isSuperadmin |
| News approval | Bot callbacks + News / News Kingdom |
Missile-hour ops and travel-friendly moderation: approve newsroom drafts, check critical queues, and keep an audit trail — without VPN into a desktop admin session.
Telegram management sits with authentication, security, and verification:
admin / superadmin users can talk to the bot.Defense layers and admin posture.
Telegram approval in the newsroom pipeline.
Roles and session model the bot must respect.
Use Founder / Developer tabs in the docs sidebar. This is the admin bot for operators — not member Telegram Login (see Username reservation for identity linking).
Ring ships a Telegram Admin Bot so platform admins can moderate news, run selected admin operations, and receive approval callbacks without opening the web admin UI — while still obeying the same RBAC SSOT as /admin.
| Concern | Truth |
|---|---|
| Webhook | POST /api/telegram/admin-bot/webhook |
| Code | lib/telegram/admin-bot/ |
| RBAC | features/auth/user-role.ts — isPlatformAdmin / isSuperadmin |
| News approval | Bot callbacks + News / News Kingdom |
Missile-hour ops and travel-friendly moderation: approve newsroom drafts, check critical queues, and keep an audit trail — without VPN into a desktop admin session.
Telegram management sits with authentication, security, and verification:
admin / superadmin users can talk to the bot.Defense layers and admin posture.
Telegram approval in the newsroom pipeline.
Roles and session model the bot must respect.
https://<your-domain>/api/telegram/admin-bot/webhooksecret_tokenvalidateWebhookSecretPLATFORM_ADMIN_ROLES.ring-api-executor.ts.Strict superadmin examples: user delete, platform branding / AI settings mutations. Platform admins: news moderation, selected order/wallet/verification paths — see TELEGRAM_BOT_RBAC.md.
features/auth/components/telegram-linking-modal.tsxapp/api/auth/telegram/callback/route.ts
ADMIN_BOT_TOKEN=...
ADMIN_BOT_WEBHOOK_SECRET=...https://<your-domain>/api/telegram/admin-bot/webhooksecret_tokenvalidateWebhookSecretPLATFORM_ADMIN_ROLES.ring-api-executor.ts.Strict superadmin examples: user delete, platform branding / AI settings mutations. Platform admins: news moderation, selected order/wallet/verification paths — see TELEGRAM_BOT_RBAC.md.
features/auth/components/telegram-linking-modal.tsxapp/api/auth/telegram/callback/route.ts
ADMIN_BOT_TOKEN=...
ADMIN_BOT_WEBHOOK_SECRET=...https://<your-domain>/api/telegram/admin-bot/webhooksecret_tokenvalidateWebhookSecretPLATFORM_ADMIN_ROLES.ring-api-executor.ts.Strict superadmin examples: user delete, platform branding / AI settings mutations. Platform admins: news moderation, selected order/wallet/verification paths — see TELEGRAM_BOT_RBAC.md.
features/auth/components/telegram-linking-modal.tsxapp/api/auth/telegram/callback/route.ts
ADMIN_BOT_TOKEN=...
ADMIN_BOT_WEBHOOK_SECRET=...