@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface GetChatSummariesInput

    Properties required to retrieve a list of chat summaries.

    GetChatSummariesInput

    interface GetChatSummariesInput {
        handleId: HandleId;
        recipients: Recipient[];
    }
    Index

    Properties

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    recipients: Recipient[]

    A list of recipients to retrieve the chat summaries for.