ts-algochat
Preparing search index...
Message
Interface Message
A chat message
interface
Message
{
amount
?:
number
;
confirmedRound
:
number
;
content
:
string
;
direction
:
MessageDirection
;
id
:
string
;
recipient
:
string
;
replyContext
?:
ReplyContext
;
sender
:
string
;
timestamp
:
Date
;
}
Index
Properties
amount?
confirmed
Round
content
direction
id
recipient
reply
Context?
sender
timestamp
Properties
Optional
amount
amount
?:
number
Amount transferred in microAlgos
confirmed
Round
confirmedRound
:
number
content
content
:
string
direction
direction
:
MessageDirection
id
id
:
string
recipient
recipient
:
string
Optional
reply
Context
replyContext
?:
ReplyContext
sender
sender
:
string
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
confirmed
Round
content
direction
id
recipient
reply
Context
sender
timestamp
ts-algochat
Loading...
A chat message