ts-algochat
Preparing search index...
ConversationData
Interface ConversationData
A conversation with another user
interface
ConversationData
{
lastFetchedRound
?:
number
;
messages
:
Message
[]
;
participant
:
string
;
participantPublicKey
?:
Uint8Array
<
ArrayBufferLike
>
;
}
Index
Properties
last
Fetched
Round?
messages
participant
participant
Public
Key?
Properties
Optional
last
Fetched
Round
lastFetchedRound
?:
number
messages
messages
:
Message
[]
participant
participant
:
string
Optional
participant
Public
Key
participantPublicKey
?:
Uint8Array
<
ArrayBufferLike
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
last
Fetched
Round
messages
participant
participant
Public
Key
ts-algochat
Loading...
A conversation with another user