...Человеческий поиск в разработке...
- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/im/messageim.php
- Класс: Bitrix\Sender\Integration\Im\MessageIm
- Вызов: MessageIm::setConfigurationOptions
protected function setConfigurationOptions() { $this->configuration->setArrayOptions(array( array( 'type' => 'text', 'code' => 'MESSAGE_TEXT', 'name' => Loc::getMessage('SENDER_INTEGRATION_IM_MESSAGE_CONFIG_MESSAGE_TEXT'), 'required' => true, ), )); TimeLimiter::prepareMessageConfiguration($this->configuration); }