• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/Sender/Giphy.php
  • Класс: BitrixImBotSenderGiphy
  • Вызов: Giphy::search
public function search(string $search, int $limit = 25, int $offset = 0): Result
{
	return $this->performRequest(
		'botcontroller.Giphy.list',
		[
			'filter' => ['search' => $search],
			'limit' => $limit,
			'offset' => $offset,
			'lang' => $this->getLang(),
		]
	);
}