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

    Interface DirectChatInvitation

    The Sudo Platform SDK representation of a Direct Chat Invitation. Contains the indentifiers of an invitation to a direct chat with another handle.

    DirectChatInvitation

    interface DirectChatInvitation {
        chatId: ChatId;
        inviterHandle: Handle;
    }
    Index

    Properties

    chatId: ChatId

    The identifier of the direct chat.

    inviterHandle: Handle

    The other handle participating in the direct chat.