• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/access/chatauthprovider.php
  • Класс: BitrixImAccessChatAuthProvider
  • Вызов: ChatAuthProvider::removeUserCode
public function removeUserCode(int $chatId, int $userId): void
{
	CAccess::RemoveCode($userId, $this->id, $this->generateAccessCode($chatId));
}