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