Interface ClearConversationRemindTypeParams

清除会话推送提醒类型参数。

interface ClearConversationRemindTypeParams {
    conversationId: string;
    conversationType: PushConversationType;
}

Properties

conversationId: string

会话 ID。

conversationType: PushConversationType

会话类型。