• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Providers/Edna/WhatsApp/EmojiConverter.php
  • Класс: BitrixMessageServiceProvidersEdnaWhatsAppEmojiConverter
  • Вызов: EmojiConverter::convertTextSection
protected function convertTextSection(?string $textSection, string $type): string
{
	if (is_string($textSection))
	{
		$textSection = $this->convertEmoji($textSection, $type);
	}

	return $textSection;
}