• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/sendfacilitator/sms.php
  • Класс: Bitrix\Crm\MessageSender\SendFacilitator\Sms
  • Вызов: Sms::setMessageBody
public function setMessageBody(string $body): self
{
	$this->messageBody = $body;

	return $this;
}