• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/classes/general/im_contact_list.php
  • Класс: CAllIMContactList
  • Вызов: CAllIMContactList::SetOnline
static function SetOnline($userId = null, $cache = true)
{
	return CUser::SetLastActivityDate($userId, $cache);
}