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

    Interface DeclineInvitationInput

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

    DeclineInvitationInput

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

    Properties

    Properties

    chatId: ChatId

    Identifier of the desired direct chat to decline the invitation for.

    handleId: HandleId

    Identifier of the handle owned by this client.