• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Reaction/ReactionItem.php
  • Класс: BitrixImV2MessageReactionReactionItem
  • Вызов: ReactionItem::toRestFormat
public function toRestFormat(array $option = []): array
{
	return [
		'id' => $this->getPrimaryId(),
		'messageId' => $this->getMessageId(),
		'userId' => $this->getUserId(),
		'reaction' => $this->getReaction(),
		'dateCreate' => $this->getDateCreate()->format('c'),
	];
}