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

    Interface AcceptInvitationInput

    Properties required to accept an invitation to join a direct chat.

    AcceptInvitationInput

    interface AcceptInvitationInput {
        chatId: ChatId;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    chatId: ChatId

    Identifier of the desired direct chat to join.

    handleId: HandleId

    Identifier of the handle owned by this client.