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

    Interface SendTypingNotificationInput

    Properties required to send a typing notification.

    SendTypingNotificationInput

    interface SendTypingNotificationInput {
        handleId: HandleId;
        isTyping: boolean;
        recipient: Recipient;
    }
    Index

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    isTyping: boolean

    True if typing, false if not.

    recipient: Recipient

    The target recipient