-
Notifications
You must be signed in to change notification settings - Fork 2
chatroom_def.chatroom_def.ChatRoomNotification
chatroom_def/chatroom_def.ChatRoomNotification
- id_
- ext_
- operator_id_
- operator_nick_
- target_nick_
- target_ids_
- temp_mute_duration_
- muted_
- temp_muted_
- queue_change_
- target_tag_
- msg_id_
- msg_timetag_
• Optional
id_: NIMChatRoomNotificationId
通知类型
ts/chatroom_def/chatroom_def.ts:276
• Optional
ext_: string
上层开发自定义的事件通知扩展字段, 必须为可以解析为json的非格式化的字符串
ts/chatroom_def/chatroom_def.ts:278
• Optional
operator_id_: string
操作者的账号accid
ts/chatroom_def/chatroom_def.ts:280
• Optional
operator_nick_: string
操作者的账号nick
ts/chatroom_def/chatroom_def.ts:282
• Optional
target_nick_: string
[]
被操作者的账号nick列表
ts/chatroom_def/chatroom_def.ts:284
• Optional
target_ids_: string
[]
被操作者的accid列表
ts/chatroom_def/chatroom_def.ts:286
• Optional
temp_mute_duration_: number
当通知为聊天室进入事件,代表临时禁言时长(秒)其他通知事件不带该数据
ts/chatroom_def/chatroom_def.ts:289
• Optional
muted_: boolean
当通知为聊天室进入事件才有,代表是否禁言状态
ts/chatroom_def/chatroom_def.ts:291
• Optional
temp_muted_: boolean
当通知为聊天室进入事件才有,代表是否临时禁言状态
ts/chatroom_def/chatroom_def.ts:293
• Optional
queue_change_: string
当通知为聊天室队列变更事件才有,代表变更的内容
ts/chatroom_def/chatroom_def.ts:295
• Optional
target_tag_: string
当通知为聊天室按标签禁言/解禁事件才有,代表当前被禁言的 tag
ts/chatroom_def/chatroom_def.ts:297
• Optional
msg_id_: string
当通知为聊天室撤回消息事件时才有,代表当前被撤回的消息 ID
ts/chatroom_def/chatroom_def.ts:299
• Optional
msg_timetag_: number
当通知为聊天室撤回消息事件时才有,代表当前被撤回消息的时间戳
ts/chatroom_def/chatroom_def.ts:301
- 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