Hiyve Components - v1.0.0
Preparing search index...
@hiyve/cloud
ChatHistoryMessage
Interface ChatHistoryMessage
A single chat message from history.
interface
ChatHistoryMessage
{
_id
:
string
;
created
:
string
;
message
:
string
|
null
;
roomName
:
string
;
userId
:
string
;
}
Index
Properties
_
id
created
message
room
Name
user
Id
Properties
_
id
_id
:
string
created
created
:
string
message
message
:
string
|
null
room
Name
roomName
:
string
user
Id
userId
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
created
message
room
Name
user
Id
Hiyve Components - v1.0.0
Loading...
A single chat message from history.