matrix-js-sdk
    Preparing search index...

    Interface ProfileFieldsFilter

    Filter section used for requesting a set of extended profile fields that will be sent down the sync stream.

    interface ProfileFieldsFilter {
        ids: string[];
    }
    Index

    Properties

    Properties

    ids: string[]