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

	return $headerSection;
}