@refinio/one.models
Preparing search index...
api/utils/types
CachedChatMessage
Type Alias CachedChatMessage
type
CachedChatMessage
=
{
attachments
:
ChatAttachmentsInfo
[]
;
author
:
string
;
authorIdHash
:
SHA256IdHash
<
Person
>
;
channelEntryHash
:
SHA256Hash
<
LinkedListEntry
>
;
creationTimeHash
:
SHA256Hash
<
CreationTime
>
;
date
:
Date
;
isMe
:
boolean
;
message
:
string
;
messageHash
:
SHA256Hash
<
ChatMessage
>
;
}
Index
Properties
attachments
author
author
Id
Hash
channel
Entry
Hash
creation
Time
Hash
date
is
Me
message
message
Hash
Properties
attachments
attachments
:
ChatAttachmentsInfo
[]
author
author
:
string
author
Id
Hash
authorIdHash
:
SHA256IdHash
<
Person
>
channel
Entry
Hash
channelEntryHash
:
SHA256Hash
<
LinkedListEntry
>
creation
Time
Hash
creationTimeHash
:
SHA256Hash
<
CreationTime
>
date
date
:
Date
is
Me
isMe
:
boolean
message
message
:
string
message
Hash
messageHash
:
SHA256Hash
<
ChatMessage
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attachments
author
author
Id
Hash
channel
Entry
Hash
creation
Time
Hash
date
is
Me
message
message
Hash
@refinio/one.models
Loading...