...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/controller/activity/gotochat.php
- Класс: Bitrix\Crm\Controller\Activity\GoToChat
- Вызов: GoToChat::getPreparedToList
private function getPreparedToList(Channel $channel): array { $toList = $channel->getToList(); $result = []; foreach ($toList as $item) { $result[] = [ 'address' => $item->getAddress(), ]; } return $result; }