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

    Class DefaultDirectChatsModule

    Direct Chat management for the Secure Communications Service.

    Implements

    Index

    Constructors

    Methods

    • Retrieves a list of all known blocked handles for this handle.

      Parameters

      • handleId: HandleId

        Identifier of the handle owned by this client.

      Returns Promise<HandleId[]>

      A list of the handle identifiers of the handles that are blocked.

    • Retrieves a list of all direct chats that this handle has joined.

      Parameters

      • handleId: HandleId

        Identifier of the handle owned by this client.

      Returns Promise<DirectChat[]>

      A list of direct chats that this handle has joined.