Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс EmojiConverter
+ Граф наследования:EmojiConverter:

Защищенные члены

 convertKeyboardSection (?array $keyboardSection, string $type)
 
- Защищенные члены унаследованные от EmojiConverter
 convertTextSection (?string $textSection, string $type)
 
 convertHeaderSection (?array $headerSection, string $type)
 
 convertFooterSection (?array $footerSection, string $type)
 

Дополнительные унаследованные члены

- Открытые члены унаследованные от EmojiConverter
 convertEmojiInTemplate (array $messageTemplate, string $type)
 
 convertEmoji (string $text, string $type)
 

Подробное описание

См. определение в файле EmojiConverter.php строка 5

Методы

◆ convertKeyboardSection()

convertKeyboardSection ( ?array $keyboardSection,
string $type )
protected

Example:

'keyboard' => [ 'rows' => [ [ 'buttons' => [ [ 'text' => 'Red', 'payload' => '1', ], [ 'text' => 'blue', 'payload' => '2', ] ] ] ] ]

См. также
https://docs.edna.ru/kb/message-matchers-get-by-request/
Аргументы
array | null$keyboardSection
string$type
Возвращает
array

Переопределяет метод предка EmojiConverter.

См. определение в файле EmojiConverter.php строка 7