• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/service/notifier.php
  • Класс: BitrixImBotServiceNotifier
  • Вызов: Notifier::getChannelName
static function getChannelName(): string
{
	$classSupport = self::detectSupportBot();
	$name = $classSupport::getMessage('NOTIFIER_CHANNEL');
	if (!$name)
	{
		$name = Loc::getMessage('IMBOT_NOTIFIER_ADMIN_GROUP_CHAT');
	}

	return $name;
}