如何使用PHP在QuickBlox中发送类型系统通知的消息?

时间:2017-04-14 09:58:01

标签: php notifications system quickblox

如何使用PHP在QuickBlox中发送类型系统通知的消息? 我正在使用以下内容来构建系统通知。

$data       = array(
                  'recipient_id'        =>  26046325,
                  'type'                => 'headline',                
                  'action'              => 'call',
                  'message'             => 'Hello ',        
                  'command'             => 'encrypted command',
                  'moduleIdentifier'    => 'SystemNotifications',               
                  );

但邮件正在作为普通聊天消息而非系统通知传递。

1 个答案:

答案 0 :(得分:0)

目前无法通过REST API

进行此操作

您只能通过XMPP API

来完成
相关问题