-
Notifications
You must be signed in to change notification settings - Fork 2
chatroom_def.chatroom_def.ChatRoomMessageSetting
chatroom_def/chatroom_def.ChatRoomMessageSetting
- resend_flag_
- ext_
- anti_spam_enable_
- anti_spam_content_
- history_save_
- anti_spam_bizid_
- anti_spam_using_yidun_
- high_priority_
- yidun_anti_cheating_
- env_config_
- anti_spam_ext_
- location_
- to_accids
• Optional
resend_flag_: boolean
消息重发标记位
ts/chatroom_def/chatroom_def.ts:208
• Optional
ext_: string
第三方扩展字段, 必须为可以解析为json的非格式化的字符串,长度限制4096
ts/chatroom_def/chatroom_def.ts:210
• Optional
anti_spam_enable_: boolean
是否需要过易盾反垃圾
ts/chatroom_def/chatroom_def.ts:212
• Optional
anti_spam_content_: string
(可选)开发者自定义的反垃圾字段,长度限制2048
ts/chatroom_def/chatroom_def.ts:214
• Optional
history_save_: boolean
(可选)是否存云端消息历史,默认存
ts/chatroom_def/chatroom_def.ts:216
• Optional
anti_spam_bizid_: string
(可选)用户配置的对某些单条消息另外的反垃圾的业务ID
ts/chatroom_def/chatroom_def.ts:218
• Optional
anti_spam_using_yidun_: number
(可选) 单条消息是否使用易盾反垃圾 0:(在开通易盾的情况下)不过易盾反垃圾
ts/chatroom_def/chatroom_def.ts:220
• Optional
high_priority_: number
高优先级消息标记,1:是; 非高优先级消息不带该字段,服务器填写,发送方不需要填写
ts/chatroom_def/chatroom_def.ts:222
• Optional
yidun_anti_cheating_: string
(可选)String, 易盾反垃圾增强反作弊专属字段, 限制json,长度限制1024
ts/chatroom_def/chatroom_def.ts:224
• Optional
env_config_: string
(可选) 自定义抄送配置
ts/chatroom_def/chatroom_def.ts:226
• Optional
anti_spam_ext_: string
(可选)String, 易盾反垃圾扩展字段,限制json,长度限制1024
ts/chatroom_def/chatroom_def.ts:228
• Optional
location_: NIMChatRoomLocation
(可选)发送消息时附加的位置信息
ts/chatroom_def/chatroom_def.ts:230
• Optional
to_accids: string
[]
(可选)消息接受者,如果设置了本字段,且不为空,则本消息为聊天室定向消息(聊天室定向消息不会存历史)
ts/chatroom_def/chatroom_def.ts:232
- 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