按会话类型设置免打扰
设置会话的消息免打扰状态
即时通讯业务用户为指定会话或超级群设置免打扰级别
方法
TypeScript
changeConversationTypeNotificationLevel(
type: RCIMIWConversationType,
level: RCIMIWPushNotificationLevel,
callback: IRCIMIWChangeConversationTypeNotificationLevelCallback
): Promise<number>;
参数说明
参数名 | 参数类型 | 描述 |
---|---|---|
type | RCIMIWConversationType | 会话类型 |
level | RCIMIWPushNotificationLevel | 消息通知级别 |
callback | IRCIMIWChangeConversationTypeNotificationLevelCallback | 接口调用结果回调。 |