/
mikopbx
/
ModuleNotifier
Обзор
Документация
Войти
/
mikopbx
/
ModuleNotifier
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
1.0
Messages/en.php
27 строк
1 KB
Alexey Portnov
Feat: add VK as notification channel alongside Telegram
19 мар 2026, 21:28
19 мар 2026, 21:28
05b7f25
Код
Авторство
О чём код?
<?php /** * Copyright (C) MIKO LLC - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential * Written by Nikolay Beketov, 6 2018 * */ return [ 'repModuleNotifier' => 'Call notifications - %repesent%', 'mo_ModuleModuleNotifier' => 'Call notifications', 'BreadcrumbModuleNotifier' => 'Call notifications', 'SubHeaderModuleNotifier' => 'Send call notifications to Telegram or VK group', 'module_template_AddNewRecord' => 'Add', 'module_notifierbotApiKey' => 'Telegram Bot Token', 'module_notifierchatId' => 'Telegram Chat ID', 'module_messageTemplate' => 'Incoming call notification template', 'module_notifier_messengerType' => 'Notification channel', 'module_notifier_vkToken' => 'VK Access Token (community token)', 'module_notifier_vkPeerId' => 'VK Peer ID (conversation ID)', 'module_notifier_GetChats' => 'Get chats', 'module_notifier_SelectChat' => 'Select chat', 'module_notifier_SendTest' => 'Send test message', ];