• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/posting.php
  • Класс: BitrixSenderPostingTable
  • Вызов: PostingTable::initGroupRecipients
static function initGroupRecipients($postingId, $checkDuplicate = true)
{
	return PostingBuilder::create()->run($postingId, $checkDuplicate);
}