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

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

    interface MessageFilter {
        senderIds?: string[];
        objectNames?: string[];
    }
    Index
    senderIds?: string[]

    消息发送者 ID 列表。

    objectNames?: string[]

    消息类型列表。