• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/Push/Message.php
  • Класс: BitrixMobilePushMessage
  • Вызов: Message::createWithPayload
static function createWithPayload(string $type, array $payload): Message
{
	return new self($type, '', '', $payload);
}