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

    Interface DirectChatInvite

    interface DirectChatInvite {
        chatId: ChatId;
        handleId: HandleId;
        recipient: Recipient;
        type: NotificationInfoType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chatId: ChatId
    handleId: HandleId
    recipient: Recipient