• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat.php
  • Класс: BitrixImV2Chat
  • Вызов: Chat::setTitle
public function setTitle(?string $title): self
{
	$this->title = $title ? mb_substr(trim($title), 0, 255) : null;
	return $this;
}