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

	return $footerSection;
}