设置会话免打扰参数。

interface SetConversationSilentModeParams {
    conversationId: string;
    conversationType: PushConversationType;
    rule: PushSilentModeRuleInput;
}

Properties

conversationId: string

会话 ID。

conversationType: PushConversationType

会话类型。

会话免打扰规则。