• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/Push/Message.php
  • Класс: BitrixMobilePushMessage
  • Вызов: Message::jsonSerialize
public function jsonSerialize(): array
{
	return [
		'id' => $this->id,
		'type' => $this->type,
		'title' => $this->title,
		'body' => $this->body,
		'payload' => $this->payload,
	];
}