• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/internals/chatindex.php
  • Класс: BitrixImInternalsChatIndex
  • Вызов: ChatIndex::setTitle
public function setTitle(string $title): ChatIndex
{
	$this->title = $title;

	return $this;
}