Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react
UserChatMessage
Interface UserChatMessage
Chat message in the format expected by ChatMessageList.
interface
UserChatMessage
{
content
:
string
;
id
:
string
;
isLocal
?:
boolean
;
timestamp
:
string
|
Date
;
userId
:
string
;
}
Index
Properties
content
id
is
Local?
timestamp
user
Id
Properties
content
content
:
string
id
id
:
string
Optional
is
Local
isLocal
?:
boolean
timestamp
timestamp
:
string
|
Date
user
Id
userId
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
id
is
Local
timestamp
user
Id
Hiyve Components - v1.0.0
Loading...
Chat message in the format expected by ChatMessageList.