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