node-nim 9.16.0 → 9.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -167,6 +167,7 @@ export interface SDKConfig {
|
|
|
167
167
|
client_antispam_?: boolean; /**< boolean 客户端反垃圾,默认为false,如需开启请提前咨询技术支持或销售 */
|
|
168
168
|
team_msg_ack_?: boolean; /**< boolean 群消息已读功能开关, 默认为false,如需开启请提前咨询技术支持或销售 */
|
|
169
169
|
team_query_tinfo_override_by_local_?: boolean; /**< boolean 在线查询群组信息时是否使用本地数据对 member_valid 字段进行覆盖 */
|
|
170
|
+
team_sync_tlist_limit_?: number; /**< int 同步群列表数量限制,范围 100-2000,默认 2000 */
|
|
170
171
|
need_update_lbs_befor_relogin_?: boolean; /**< boolean 在进行重新登录前是否先刷新一下lbs,对于切换网络的场景适用 */
|
|
171
172
|
custom_client_type_?: number; /**< int, 自定义客户端类型字段,大于0 */
|
|
172
173
|
/***********消息“已接收回执”发送配置 begin************/
|