-
Notifications
You must be signed in to change notification settings - Fork 2
qchat_def.system_notification_def.QChatSystemNotification
qchat_def/system_notification_def.QChatSystemNotification
QChatSystemNotification
- to_type
- server_id
- channel_id
- msg_id
- msg_type
- msg_body
- msg_attach
- msg_ext
- resend_flag
- to_accids
- history_enable
- push_payload
- push_content
- push_enable
- need_badge
- need_push_nick
- route_enable
- env
- status
- msg_server_id
- from_accid
- from_client_type
- from_device_id
- from_nick
- timestamp
- update_timestamp
- callback_ext
• to_type: NIMQChatSystemNotificationToType
消息通知目标
ts/qchat_def/system_notification_def.ts:7
• Optional
server_id: string
消息所属的server id
ts/qchat_def/system_notification_def.ts:9
• Optional
channel_id: string
消息所属的channel id
ts/qchat_def/system_notification_def.ts:11
• Optional
msg_id: string
消息id
ts/qchat_def/system_notification_def.ts:13
• Optional
msg_type: NIMQChatSystemNotificationType
系统消息类型
ts/qchat_def/system_notification_def.ts:15
• Optional
msg_body: string
消息内容
ts/qchat_def/system_notification_def.ts:17
• Optional
msg_attach: string
消息附件
ts/qchat_def/system_notification_def.ts:19
• Optional
msg_ext: string
消息扩展字段
ts/qchat_def/system_notification_def.ts:21
• Optional
resend_flag: boolean
重发标记,false:不是重发,true:是重发
ts/qchat_def/system_notification_def.ts:23
• Optional
to_accids: string
[]
通知接受者账号列表
ts/qchat_def/system_notification_def.ts:25
• Optional
history_enable: boolean
false 或者 true, 是否存离线,只有 to_accids 不为空,才能设置为存离线,默认 false
ts/qchat_def/system_notification_def.ts:27
• Optional
push_payload: string
自定义的推送属性,限制json
ts/qchat_def/system_notification_def.ts:29
• Optional
push_content: string
自定义的推送内容
ts/qchat_def/system_notification_def.ts:31
• Optional
push_enable: boolean
是否需要推送, false: 不需要, true: 需要, 默认 false
ts/qchat_def/system_notification_def.ts:33
• Optional
need_badge: boolean
是否需要消息计数, false: 不需要, true: 需要, 默认 true
ts/qchat_def/system_notification_def.ts:35
• Optional
need_push_nick: boolean
是否需要推送昵称, false: 不需要, true: 需要, 默认 true
ts/qchat_def/system_notification_def.ts:37
• Optional
route_enable: boolean
是否需要抄送, false: 不需要, true: 需要, 默认 true
ts/qchat_def/system_notification_def.ts:39
• Optional
env: string
环境变量,用于指向不同的抄送、第三方回调等配置
ts/qchat_def/system_notification_def.ts:41
• Optional
status: NIMQChatSystemNotificationStatus
消息状态
ts/qchat_def/system_notification_def.ts:44
• Optional
msg_server_id: string
消息服务器端id
ts/qchat_def/system_notification_def.ts:46
• Optional
from_accid: string
消息发送者的accid
ts/qchat_def/system_notification_def.ts:48
• Optional
from_client_type: number
消息发送者的客户端类型
ts/qchat_def/system_notification_def.ts:50
• Optional
from_device_id: string
消息发送者的设备id
ts/qchat_def/system_notification_def.ts:52
• Optional
from_nick: string
消息发送者的昵称
ts/qchat_def/system_notification_def.ts:54
• Optional
timestamp: number
消息发送时间戳
ts/qchat_def/system_notification_def.ts:56
• Optional
update_timestamp: number
消息更新时间戳
ts/qchat_def/system_notification_def.ts:58
• Optional
callback_ext: string
回调扩展字段
ts/qchat_def/system_notification_def.ts:60
- chatroom/chatroom
- chatroom_def/chatroom_def
- nim/client
- nim/data_sync
- nim/friend
- nim/global
- nim/msglog
- nim/nos
- nim/online_session
- nim/pass_through_proxy
- nim/plugin
- nim/session
- nim/subscribe_event
- nim/super_team
- nim/sysmsg
- nim/talk
- nim/talkex
- nim/team
- nim/tool
- nim/user
- nim_def/client_def
- nim_def/data_sync_def
- nim_def/doc_trans_def
- nim_def/friend_def
- nim_def/global_def
- nim_def/msglog_def
- nim_def/nos_def
- nim_def/online_session_def
- nim_def/pass_through_proxy_def
- nim_def/plugin_def
- nim_def/session_def
- nim_def/subscribe_event_def
- nim_def/super_team_def
- nim_def/sysmsg_def
- nim_def/talk_def
- nim_def/talkex_def
- nim_def/team_def
- nim_def/tool_def
- nim_def/user_def
- node-nim
- qchat/attachment
- qchat/channel
- qchat/channel_category
- qchat/instance
- qchat/message
- qchat/role
- qchat/server
- qchat/system_notification
- qchat_def/attachment_def
- qchat_def/channel_def
- qchat_def/instance_def
- qchat_def/message_def
- qchat_def/public_def
- qchat_def/role_def
- qchat_def/server_def
- qchat_def/system_notification_def