Dictionary::getWhatsApp

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Dictionary
  4. getWhatsApp
  • Модуль: 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(),
	];
}

Добавить комментарий