• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queue/event/queue.php
  • Класс: Bitrix\ImOpenLines\Queue\Event\Queue
  • Вызов: Queue::getKeyLock
static function getKeyLock(int $chatId): string
{
	return ImOpenLines\Queue\Queue::PREFIX_KEY_LOCK . $chatId;
}