We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#好友请求
type = "friend_request"
再根据好友请求的状态设置 subtype:
#消息
type = "message"
再根据 media_type 分类消息类型:
subtype = "image" # or subtype = "video" # or subtype = "text" # 光是文字的话,这个目前也没有,可预留 ..... #未来可能的 media_type 类型
被截图者收到,以提醒他所发送的消息被接受者截图了
type = "screenshot"
用户通讯录的某个联系人新近注册了秒视,通知用户
type = "contact_join"
如果服务器还有其他类型的推送,可补充