Deploy on 2026-06-05 16:42:14
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
<div class="form-group">
|
||||
<label class="form-label"><?= $t['telegram_chat_id'] ?? 'Chat ID' ?></label>
|
||||
<input type="text" name="telegram_chat_id" class="form-control" value="<?= $this->escape($tg_chat_id) ?>" placeholder="-1001234567890">
|
||||
<small style="color: var(--text-muted); font-size: 0.8rem; margin-top: 4px; display: block;">
|
||||
<?= $t['telegram_chat_id_hint'] ?? 'Note: For Telegram channels/groups, you must add the bot as an Administrator with post permissions.' ?>
|
||||
</small>
|
||||
</div>
|
||||
<div class="form-group" style="display: flex; align-items: center; gap: 10px;">
|
||||
<label class="form-label" style="margin: 0;"><?= $t['telegram_enabled'] ?? 'Enable' ?></label>
|
||||
|
||||
Reference in New Issue
Block a user