• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/network.php
  • Класс: BitrixImBotBotNetwork
  • Вызов: Network::disableMessageButtons
static function disableMessageButtons(int $messageId, bool $sendPullNotify = true)
{
	return self::switchButtonsAvailability(false, $messageId, $sendPullNotify);
}