鸿蒙 IMLib-v26.8.0
    Preparing search index...

    Interface ConversationFilter

    搜索消息的会话过滤条件。

    interface ConversationFilter {
        conversationTypes?: ConversationType[];
        targetIds?: string[];
        channelIds?: string[];
    }
    Index
    conversationTypes?: ConversationType[]

    会话类型列表。

    targetIds?: string[]

    会话 ID 列表。

    channelIds?: string[]

    频道 ID 列表。