• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Command/Command.php
  • Класс: BitrixImV2EntityCommandCommand
  • Вызов: Command::getBotId
protected function getBotId(): ?int
{
	return isset($this->botId) ? (int)$this->botId : null;
}