- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/webform/options/dictionary.php
- Класс: Bitrix\Crm\WebForm\Options\Dictionary
- Вызов: Dictionary::getWhatsApp
public function getWhatsApp(): array
{
return [
'enabled' => WebForm\WhatsApp::canUse(),
'setup' => [
'completed' => WebForm\WhatsApp::isSetupCompleted(),
'link' => WebForm\WhatsApp::getSetupLink(),
],
'messages' => WebForm\WhatsApp::getMessages(),
'loc' => [
'disabled' => 'Module not installed',
],
'help' => WebForm\WhatsApp::getHelpId(),
];
}