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

    Interface GetPinnedMessagesInput

    Properties required to retrieve a list of pinned messages.

    GetPinnedMessagesInput

    interface GetPinnedMessagesInput {
        handleId: HandleId;
        recipient: Recipient;
    }
    Index

    Properties

    Properties

    handleId: HandleId

    The identifier of the handle owned by this client.

    recipient: Recipient

    The target recipient.