obby-client for TypeScript
Preparing search index...
MessageLog
Type Alias MessageLog
The messages of one channel or conversation, ordered and bounded.
type
MessageLog
=
{
by_msgid
:
{
[
key
in
string
]
?:
MessageKey
}
;
messages
:
ChatMessage
[]
;
retention
:
number
;
}
Index
Properties
by_
msgid
messages
retention
Properties
by_
msgid
by_msgid
:
{
[
key
in
string
]
?:
MessageKey
}
messages
messages
:
ChatMessage
[]
retention
retention
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
by_
msgid
messages
retention
obby-client for TypeScript
Loading...
The messages of one channel or conversation, ordered and bounded.